diff --git a/clients/native/Cargo.toml b/clients/native/Cargo.toml index 94e11302cb..c198eb73c6 100644 --- a/clients/native/Cargo.toml +++ b/clients/native/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "nym-client" +description = "Implementation of the Nym Client" version = "1.1.75" authors = ["Dave Hrycyszyn ", "Jędrzej Stuczyński "] description = "Implementation of the Nym Client" diff --git a/clients/socks5/Cargo.toml b/clients/socks5/Cargo.toml index a0cfcf5235..f862c56546 100644 --- a/clients/socks5/Cargo.toml +++ b/clients/socks5/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "nym-socks5-client" +description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address" version = "1.1.75" authors = ["Dave Hrycyszyn "] description = "A SOCKS5 localhost proxy that converts incoming messages to Sphinx and sends them to a Nym address" diff --git a/nym-api/Cargo.toml b/nym-api/Cargo.toml index 3cce32cb7e..a493e14604 100644 --- a/nym-api/Cargo.toml +++ b/nym-api/Cargo.toml @@ -3,7 +3,6 @@ [package] name = "nym-api" -license = "GPL-3.0" version = "1.1.78" authors.workspace = true edition = "2021" diff --git a/service-providers/network-requester/Cargo.toml b/service-providers/network-requester/Cargo.toml index 8f83592da5..4e1de94ee9 100644 --- a/service-providers/network-requester/Cargo.toml +++ b/service-providers/network-requester/Cargo.toml @@ -3,7 +3,6 @@ [package] name = "nym-network-requester" -license = "GPL-3.0" version = "1.1.76" authors.workspace = true edition.workspace = true