diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 5e150ca..80a53ae 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -1,8 +1,9 @@ [package] -name = "utils" +name = "zerokit_utils" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" +description = "Various utilities for Zerokit" [lib] bench = false @@ -11,7 +12,7 @@ bench = false ark-ff = { version = "=0.4.1", default-features = false, features = ["asm"] } num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"] } color-eyre = "=0.6.2" -pmtree = { git = "https://github.com/vacp2p/pmtree", rev = "4521c44", optional = true} +pmtree = { package = "vacp2p_pmtree", version = "=1.0.0", optional = true} sled = "=0.34.7" serde = "=1.0.163"