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