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