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