diff --git a/common/nym-common/Cargo.toml b/common/nym-common/Cargo.toml index b0be964027..6bdbef1bce 100644 --- a/common/nym-common/Cargo.toml +++ b/common/nym-common/Cargo.toml @@ -5,7 +5,7 @@ authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true -description = "max todo" +description = "Runtime diagnostics for high frequency logging, debugging and error handling utilities" [lints] workspace = true diff --git a/common/nym-id/Cargo.toml b/common/nym-id/Cargo.toml index d080aef7ff..17b4ac31ef 100644 --- a/common/nym-id/Cargo.toml +++ b/common/nym-id/Cargo.toml @@ -7,7 +7,7 @@ homepage.workspace = true documentation.workspace = true edition.workspace = true license.workspace = true -description = "max todo" +description = "Functionality for importing and storing credentials and cryptographic keys" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/nym-registration-client/Cargo.toml b/nym-registration-client/Cargo.toml index a4888871ca..fed6e5f129 100644 --- a/nym-registration-client/Cargo.toml +++ b/nym-registration-client/Cargo.toml @@ -7,7 +7,7 @@ homepage.workspace = true documentation.workspace = true edition.workspace = true license.workspace = true -description = "max todo" +description = "Crate for dealing with Mixnet and Wireguard registration between Nym clients and Gateways" [lints] workspace = true