Unified the C# mod and the Rust compiler into a monorepo
This commit is contained in:
14
rust_compiler/libs/compiler/Cargo.toml
Normal file
14
rust_compiler/libs/compiler/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "compiler"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
quick-error = { workspace = true }
|
||||
parser = { path = "../parser" }
|
||||
tokenizer = { path = "../tokenizer" }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = { version = "1.0" }
|
||||
indoc = { version = "2.0" }
|
||||
pretty_assertions = "1"
|
||||
Reference in New Issue
Block a user