chore(semaphore): Add Semaphore dependency

This commit is contained in:
Oskar Thoren 2022-06-01 13:11:03 +01:00
parent 58b0863b69
commit bcc38c41e2
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 2 additions and 0 deletions

View File

@ -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" }