leo/gadgets/Cargo.toml

12 lines
299 B
TOML
Raw Normal View History

[package]
name = "leo-gadgets"
version = "0.1.0"
authors = ["The Aleo Team <hello@aleo.org>"]
edition = "2018"
[dependencies]
snarkos-models = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", rev = "c7a56d9", default-features = false }
2020-07-10 09:48:11 +03:00
rand = { version = "0.7" }
thiserror = { version = "1.0" }