rustic-sysy/Cargo.toml
jackfiled 4de4eec758
Some checks failed
Run Unit Tests / Run-Unit-Tests (push) Failing after 31s
add: grammar tests for all sysy files.
fix: stack overflow when dropping long BinaryOperators.
2024-11-04 21:03:10 +08:00

9 lines
122 B
TOML

[package]
name = "rustic-sysy"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.91"
nom = {version = "7"}