diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2021-08-06 14:13:54 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2021-08-06 14:17:03 +0200 |
| commit | 7d93ab2083bde51512946b1ec9406ded384d0fa8 (patch) | |
| tree | 43f89bc325be06222fb5b65f557c1702de3c7a2b | |
| parent | 3f4ec1d3cef3c309e752244cef67fbab16c1e3ea (diff) | |
Add some more metadata about the package
| -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 |
