From d83bd64cf34ea02c2744a950e872c679d384eafd Mon Sep 17 00:00:00 2001 From: librelois Date: Thu, 22 Apr 2021 16:47:01 +0200 Subject: [PATCH] =?UTF-8?q?build:=C2=A0add=20repository=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dc661b0..c8f214a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["librelois "] license = "AGPL-3.0" edition = "2018" +repository = "https://git.duniter.org/nodes/rust/modules/duniter-gva" [dependencies] anyhow = "1.0.33"