mirror of https://github.com/vacp2p/zerokit.git
utils: renaming, use vacp2p_pmtree, description
This commit is contained in:
parent
fc623f34ee
commit
412a959f41
|
@ -1,8 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "utils"
|
name = "zerokit_utils"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
description = "Various utilities for Zerokit"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -11,7 +12,7 @@ bench = false
|
||||||
ark-ff = { version = "=0.4.1", default-features = false, features = ["asm"] }
|
ark-ff = { version = "=0.4.1", default-features = false, features = ["asm"] }
|
||||||
num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"] }
|
num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"] }
|
||||||
color-eyre = "=0.6.2"
|
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"
|
sled = "=0.34.7"
|
||||||
serde = "=1.0.163"
|
serde = "=1.0.163"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue