Flatten crate heirarchy

This commit is contained in:
Greg Shuflin 2021-11-14 03:47:18 -08:00
parent aec3fd070e
commit b0795f2dd4
31 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ resolver = "2"
getopts = "0.2.21"
schala-repl = { path = "schala-repl" }
schala-lang = { path = "schala-lang/language" }
schala-lang = { path = "schala-lang" }
# maaru-lang = { path = "maaru" }
# rukka-lang = { path = "rukka" }
# robo-lang = { path = "robo" }

View File

@ -18,7 +18,7 @@ assert_matches = "1.5"
peg = { git = "https://github.com/kevinmehall/rust-peg", rev = "960222580c8da25b17d32c2aae6f52f902728b62" }
schala-repl = { path = "../../schala-repl" }
schala-repl = { path = "../schala-repl" }
[dev-dependencies]
test-case = "1.2.0"