diff options
Diffstat (limited to 'oxish/Cargo.toml')
| -rw-r--r-- | oxish/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/oxish/Cargo.toml b/oxish/Cargo.toml index 5129803..5408ba1 100644 --- a/oxish/Cargo.toml +++ b/oxish/Cargo.toml @@ -4,6 +4,11 @@ version = "0.1.0-rc.1" edition.workspace = true rust-version.workspace = true license = "Apache-2.0 OR MIT" +description = "Modern, memory-safe SSH server" +repository = "https://github.com/djc/oxish" +readme = "../README.md" +keywords = ["ssh", "protocol", "cryptography"] +categories = ["network-programming", "cryptography"] [features] default = ["graviola"] |
