chore: remove unused dependency in rln that's causing wasm issues

This commit is contained in:
Rahul Ghangas
2023-02-02 01:02:16 +05:30
parent e04fa2c7a5
commit 228ccba90a

View File

@@ -37,14 +37,13 @@ once_cell = "1.14.0"
rand = "0.8"
rand_chacha = "0.3.1"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
utils = { path = "../utils/", default-features = false }
utils = { path = "../utils", default-features = false }
# serialization
serde_json = "1.0.48"
[dev-dependencies]
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }
sled = "0.34.7"
[features]
default = ["parallel", "wasmer/sys-default"]