2020-06-08 04:22:59 +03:00
|
|
|
[package]
|
|
|
|
name = "leo-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["The Aleo Team <hello@aleo.org>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
leo-ast = { path = "../ast", version = "0.1.0" }
|
2020-06-10 02:36:15 +03:00
|
|
|
leo-inputs = { path = "../leo-inputs", version = "0.1.0" }
|
2020-06-08 04:22:59 +03:00
|
|
|
|
2020-06-28 06:16:38 +03:00
|
|
|
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 }
|
2020-06-08 04:22:59 +03:00
|
|
|
|
2020-06-17 05:13:11 +03:00
|
|
|
pest = { version = "2.0" }
|
2020-06-25 02:02:20 +03:00
|
|
|
serde = { version = "1.0" }
|