Skip to content

Commit

Permalink
Workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Mar 27, 2023
1 parent 7f54182 commit b459184
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions coconut/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ description = "Threshold anonymous credentials based on the paper [Security Anal
path = "src/lib.rs"

[dependencies]
ark-ff = { version = "0.4.1", default-features = false }
ark-ec = { version = "0.4.1", default-features = false }
ark-std = { version = "0.4.0", default-features = false }
ark-poly = { version = "0.4.1", default-features = false }
ark-serialize = { version = "0.4.1", default-features = false, features = [ "derive" ] }
serde = { version = "1.0.156", default-features = false, features = ["derive"] }
ark-ff.workspace = true
ark-ec.workspace = true
ark-std.workspace = true
ark-poly.workspace = true
ark-serialize.workspace = true
serde.workspace = true
digest.workspace = true
itertools = "0.10.5"
zeroize.workspace = true
serde_with.workspace = true
rayon = { workspace = true, optional = true }
utils = { package = "dock_crypto_utils", version = "0.9.0", default-features = false, path = "../utils" }
digest = "0.10.6"
zeroize = { version = "1.5.7", features = ["derive"] }
rayon = { version = "1.7.0", optional = true }
schnorr_pok = { version = "0.9.0", default-features = false, path = "../schnorr_pok" }
itertools = "0.10.5"
secret_sharing_and_dkg = { version = "0.2.0", default-features = false, path = "../secret_sharing_and_dkg" }
serde_with = { version = "1.10.0", default-features = false, features = ["macros"] }

[dev-dependencies]
blake2 = { version = "0.10.6", default-features = false }
Expand Down

0 comments on commit b459184

Please sign in to comment.