refactor: split project into multiple crates
This commit is contained in:
parent
486af67fc2
commit
857f747524
27 changed files with 308 additions and 222 deletions
11
lila-checking/Cargo.toml
Normal file
11
lila-checking/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "lila-checking"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
lila-ast = { path = "../lila-ast" }
|
||||
|
||||
[dev-dependencies]
|
||||
lila-parsing = { path = "../lila-parsing" }
|
||||
pretty_assertions = "1.4.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue