rott/dev_tests/Cargo.toml
2025-07-30 19:47:11 +07:00

23 lines
444 B
TOML

[package]
name = "dev_tests"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "dump_tokens"
path = "src/dump_tokens.rs"
[[bin]]
name = "uc_lexer_verify"
path = "src/uc_lexer_verify.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rottlib = { version = "0", path = "../rottlib", features = ["debug"] }
walkdir="2.5"
encoding_rs="0.8"
chardet="0.2"
[lints]
workspace = true