aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9e333c..15069e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,11 @@ version = "1.1.1"
authors = ["Reiner Herrmann <reiner@reiner-h.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
+description = "client and server implementation of the Trivial File Transfer Protocol"
+repository = "https://github.com/reinerh/rtftp/"
+keywords = ["tftp", "file-transfer"]
+categories = ["command-line-utilities", "network-programming"]
+exclude = [".github/*"]
[profile.release]
lto = true