summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6b305050522c37dc539bdb2e1309664aa4b79c15 (plain)
1
2
3
4
5
6
7
8
[package]
name = "wittt"
version = "0.1.0"
edition = "2024"

[dependencies]
derive_more = { version = "2.1.1", features = ["display"] }
peg = "0.8.6"