diff options
| author | tslil <tslil@posteo.de> | 2026-04-23 08:40:24 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-23 09:55:06 +0100 |
| commit | 037047d8e1104f668e8bb708690f7f90dcdccd1b (patch) | |
| tree | 02ddbd3986a01c65fa7cf6089b611de6887cb963 /Cargo.toml | |
| parent | ae4ee8c9ffbce7917c2be0e9a9063a14ea230f06 (diff) | |
commit grammar, format code (macro sigh), add pretty printing of AST
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ version = "0.1.0" edition = "2024" [dependencies] +derive_more = { version = "2.1", features = ["display"] } peg = "0.8.5" |
