From 0d7e353c6737935e2facc0b91c050d462ae3d4ca Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Wed, 7 Jan 2026 11:12:07 +0000 Subject: [PATCH] Remove todo descriptions --- common/nym-common/Cargo.toml | 2 +- common/nym-id/Cargo.toml | 2 +- nym-registration-client/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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