diff --git a/tox_binary_io/Cargo.toml b/tox_binary_io/Cargo.toml index f76f674ff..5a80c5c73 100644 --- a/tox_binary_io/Cargo.toml +++ b/tox_binary_io/Cargo.toml @@ -8,6 +8,7 @@ authors = [ "Evgeny Kurnevsky ", "Сухарик <65870+suhr@users.noreply.github.com>" ] +description = "I/O traits for tox" documentation = "https://docs.rs/tox_binary_io/" repository = "https://github.com/tox-rs/tox/" license = "GPL-3.0+" diff --git a/tox_crypto/Cargo.toml b/tox_crypto/Cargo.toml index 3717bf6cb..f3221a334 100644 --- a/tox_crypto/Cargo.toml +++ b/tox_crypto/Cargo.toml @@ -11,6 +11,9 @@ authors = [ description = "Cryptography used by tox" documentation = "https://docs.rs/tox_crypto/" repository = "https://github.com/tox-rs/tox/" +keywords = ["tox", "toxcore", "crypto"] +categories = ["multimedia"] +license = "GPL-3.0+" edition = "2018" [dependencies]