smol lang
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,10 @@ edition = "2021" [dependencies] beef = "0.5.2" -chumsky = { git = "https://github.com/zesterer/chumsky", version = "1.0.0-alpha.6", features = ["label", "nightly"] } +chumsky = { git = "https://github.com/zesterer/chumsky", version = "1.0.0-alpha.6", features = ["label", "nightly", "pratt"], default-features = false } comat = "0.1.3" lerr = "0.1.5" logos = "0.13.0" +match_deref = "0.1.1" +petgraph = { version = "0.6.4", default-features = false } +thiserror = "1.0.56" |