diff options
Diffstat (limited to 'oxish-graviola/Cargo.toml')
| -rw-r--r-- | oxish-graviola/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/oxish-graviola/Cargo.toml b/oxish-graviola/Cargo.toml index 2fdee0c..97dcf35 100644 --- a/oxish-graviola/Cargo.toml +++ b/oxish-graviola/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 = "graviola crypto provider for OxiSH" +repository = "https://github.com/djc/oxish" +readme = "../README.md" +keywords = ["ssh", "protocol", "cryptography"] +categories = ["network-programming", "cryptography"] [dependencies] graviola = { workspace = true } |
