now workspaces for modular compilation (maybe faster)
This commit is contained in:
11
analysis/Cargo.toml
Normal file
11
analysis/Cargo.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "analysis"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rsprocess = { path = "../rsprocess/" }
|
||||
execution = { path = "../execution/" }
|
||||
grammar = { path = "../grammar/" }
|
||||
colored = { version = "*" }
|
||||
lalrpop-util = { version = "*", features = ["lexer", "unicode"] }
|
||||
Reference in New Issue
Block a user