aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2021-08-06 14:13:54 +0200
committerReiner Herrmann <reiner@reiner-h.de>2021-08-06 14:17:03 +0200
commit7d93ab2083bde51512946b1ec9406ded384d0fa8 (patch)
tree43f89bc325be06222fb5b65f557c1702de3c7a2b
parent3f4ec1d3cef3c309e752244cef67fbab16c1e3ea (diff)
Add some more metadata about the package
-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