diff --git a/bin/durs-server/Cargo.toml b/bin/durs-server/Cargo.toml
index e6fc646a1d37d029c2a79a48d31b57442633315c..aa0fd08be26338e922f9c1bd59ef9eff41808ed0 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]