From 1314818ba422dbfa21029e0287ad31ae4e492505 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Fri, 19 Apr 2019 00:09:24 +0200 Subject: [PATCH] [docs] durs-server: add all metadata should include --- bin/durs-server/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/durs-server/Cargo.toml b/bin/durs-server/Cargo.toml index e6fc646a..aa0fd08b 100644 --- a/bin/durs-server/Cargo.toml +++ b/bin/durs-server/Cargo.toml @@ -4,6 +4,10 @@ version = "0.1.1-a1" authors = ["librelois <elois@duniter.org>","nanocryk <nanocryk@duniter.org>","inso <inso@tuta.io>"] description = "DURS (Dividende Universel RuSt) is a new implementation of Duniter protocol and software in Rust, a safe, concurrent, practical language" license = "AGPL-3.0" +repository = "https://git.duniter.org/nodes/rust/duniter-rs" +readme = "README.md" +keywords = ["blockchain", "cryptocurrency", "duniter"] +categories = ["command-line-utilities", "network-programming"] edition = "2018" [dependencies] -- GitLab