mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-14 02:44:34 +03:00
16 lines
515 B
TOML
16 lines
515 B
TOML
[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" }
|
|
leo-inputs = { path = "../leo-inputs", version = "0.1.0" }
|
|
|
|
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 }
|
|
|
|
pest = { version = "2.0" }
|
|
serde = { version = "1.0" }
|