mirror of https://github.com/vacp2p/zerokit.git
chore(semaphore): Add Semaphore dependency
This commit is contained in:
parent
58b0863b69
commit
bcc38c41e2
|
@ -6,3 +6,5 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
num-bigint = { version = "0.4", default-features = false, features = ["rand"] }
|
||||
semaphore = { git = "https://github.com/worldcoin/semaphore-rs" }
|
||||
|
|
Loading…
Reference in New Issue