mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-11 19:36:26 +03:00
12 lines
299 B
TOML
12 lines
299 B
TOML
[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 }
|
|
|
|
rand = { version = "0.7" }
|
|
thiserror = { version = "1.0" }
|