miden-crypto/crypto/Cargo.toml
2022-10-19 07:40:44 +02:00

12 lines
387 B
TOML

[package]
name = "crypto"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
winterfell = { git = "https://github.com/novifinancial/winterfell"}
winter_utils = { version = "0.4", package = "winter-utils" }
rand_utils = { version = "0.4", package = "winter-rand-utils" }
proptest = "1.0.0"