diff options
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
