mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-29 22:36:05 +03:00
16 lines
607 B
TOML
16 lines
607 B
TOML
[package]
|
|
name = "leo-gadgets"
|
|
version = "0.1.0"
|
|
authors = ["The Aleo Team <hello@aleo.org>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
snarkos-errors = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", rev = "c7a56d9", default-features = false }
|
|
snarkos-models = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", rev = "c7a56d9", default-features = false }
|
|
|
|
rand = { version = "0.7", default-features = false }
|
|
rand_xorshift = { version = "0.2", default-features = false }
|
|
thiserror = { version = "1.0" }
|
|
|
|
[dev-dependencies]
|
|
snarkos-utilities = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", rev = "c7a56d9" } |