From 7d93ab2083bde51512946b1ec9406ded384d0fa8 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 6 Aug 2021 14:13:54 +0200 Subject: Add some more metadata about the package --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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 "] 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 -- cgit v1.2.3