Cargo.toml package field fixes for preflight check

This commit is contained in:
mfahampshire
2026-04-16 14:02:57 +01:00
parent 55e485ebce
commit 395c134186
6 changed files with 10 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ version.workspace = true
authors = ["Jedrzej Stuczynski <andrew@nymtech.net>"]
edition = "2021"
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Config related helpers and functions"
@@ -4,6 +4,7 @@ version.workspace = true
edition = "2021"
license.workspace = true
description = "Common code for the Nym multisig CosmWasm smart contract"
repository.workspace = true
homepage.workspace = true
[dependencies]
+2 -1
View File
@@ -1,5 +1,6 @@
[package]
name = "nym-kkt-context"
description = "Context types and definitions for the Nym KKT protocol"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
@@ -15,7 +16,7 @@ publish = true
num_enum = { workspace = true }
thiserror = { workspace = true }
nym-kkt-ciphersuite = { path = "../nym-kkt-ciphersuite" }
nym-kkt-ciphersuite = { workspace = true }
[lints]
workspace = true
+2
View File
@@ -1,7 +1,9 @@
[package]
name = "nym-kkt"
description = "Key transport protocol for the Nym network"
version = "0.1.0"
authors = ["Georgio Nicolas <georgio@nymtech.net>"]
repository.workspace = true
edition = { workspace = true }
license.workspace = true
publish = true
+1
View File
@@ -1,5 +1,6 @@
[package]
name = "nym-lp"
description = "Lewes Protocol session and transport layer for the Nym network"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
+3
View File
@@ -1,5 +1,8 @@
[package]
name = "smolmix"
publish = true
repository.workspace = true
description = "Tunnel for TCP and UDP traffic to be sent over Nym mixnet to clearnet remote hosts"
version = "0.0.1"
edition = "2021"
license.workspace = true