diff --git a/Cargo.toml b/Cargo.toml index 200e9c7..f8c8ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,15 @@ [package] name = "teacup" version = "0.1.0" -authors = ["Kirill Vasiltsov"] +authors = ["Kirill Vasiltsov "] edition = "2018" +license = "MIT" +description = "A simple `netcat`-like TCP/UDP listener and client." +readme = "README.md" +homepage = "https://github.com/jlkiri/teacup" +repository = "https://github.com/jlkiri/teacup" +keywords = ["cli", "tcp", "server", "netcat"] +categories = ["command-line-utilities", "network-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 56e18c8..c2cb781 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TeaCuP ☕ -A simple `netcat`-like TCP/UDP listener and client. +A simple cross-platform `netcat`-like TCP/UDP listener and client. ## Server