diff --git a/Cargo.lock b/Cargo.lock index e3d0413847..29e151126b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7488,7 +7488,7 @@ dependencies = [ [[package]] name = "nym-topology-control" -version = "1.1.15" +version = "0.1.0" dependencies = [ "async-trait", "futures", diff --git a/common/topology-control/Cargo.toml b/common/topology-control/Cargo.toml index 016c21b748..06925acf2c 100644 --- a/common/topology-control/Cargo.toml +++ b/common/topology-control/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "nym-topology-control" -version = "1.1.15" -authors = ["Dave Hrycyszyn "] -edition = "2021" -rust-version = "1.66" +version = "0.1.0" +edition.workspace = true +authors.workspace = true license.workspace = true +repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html