mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 12:17:35 +03:00
Rename directory leo-input -> input
This commit is contained in:
parent
f40ba91784
commit
c8b82f12a8
@ -13,12 +13,12 @@ name = "leo"
|
|||||||
path = "leo/main.rs"
|
path = "leo/main.rs"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [ "ast", "compiler", "gadgets", "leo-input", "linter", "types" ]
|
members = [ "ast", "compiler", "gadgets", "input", "linter", "types" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
leo-compiler = { path = "compiler", version = "0.1.0" }
|
leo-compiler = { path = "compiler", version = "0.1.0" }
|
||||||
leo-gadgets = { path = "gadgets", version = "0.1.0" }
|
leo-gadgets = { path = "gadgets", version = "0.1.0" }
|
||||||
leo-input = { path = "leo-input", version = "0.1.0" }
|
leo-input = { path = "input", version = "0.1.0" }
|
||||||
|
|
||||||
snarkos-algorithms = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", package = "snarkos-algorithms", default-features = false }
|
snarkos-algorithms = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", package = "snarkos-algorithms", default-features = false }
|
||||||
snarkos-curves = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", package = "snarkos-curves", default-features = false }
|
snarkos-curves = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", package = "snarkos-curves", default-features = false }
|
||||||
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
leo-ast = { path = "../ast", version = "0.1.0" }
|
leo-ast = { path = "../ast", version = "0.1.0" }
|
||||||
leo-gadgets = { path = "../gadgets", version = "0.1.0" }
|
leo-gadgets = { path = "../gadgets", version = "0.1.0" }
|
||||||
leo-input = { path = "../leo-input", version = "0.1.0" }
|
leo-input = { path = "../input", version = "0.1.0" }
|
||||||
leo-typed = { path = "../types", version = "0.1.0" }
|
leo-typed = { path = "../types", version = "0.1.0" }
|
||||||
|
|
||||||
snarkos-curves = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", package = "snarkos-curves", default-features = false }
|
snarkos-curves = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", package = "snarkos-curves", default-features = false }
|
||||||
|
@ -14,7 +14,7 @@ harness = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
leo-ast = { path = "../ast", version = "0.1.0" }
|
leo-ast = { path = "../ast", version = "0.1.0" }
|
||||||
leo-input = { path = "../leo-input", version = "0.1.0" }
|
leo-input = { path = "../input", version = "0.1.0" }
|
||||||
|
|
||||||
snarkos-errors = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", package = "snarkos-errors", default-features = false }
|
snarkos-errors = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", package = "snarkos-errors", default-features = false }
|
||||||
snarkos-models = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", package = "snarkos-models", default-features = false }
|
snarkos-models = { git = "ssh://git@github.com/AleoHQ/snarkOS.git", package = "snarkos-models", default-features = false }
|
||||||
|
Loading…
Reference in New Issue
Block a user