From 037047d8e1104f668e8bb708690f7f90dcdccd1b Mon Sep 17 00:00:00 2001 From: tslil Date: Thu, 23 Apr 2026 08:40:24 +0100 Subject: commit grammar, format code (macro sigh), add pretty printing of AST --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index af01f42..9b54426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,5 @@ version = "0.1.0" edition = "2024" [dependencies] +derive_more = { version = "2.1", features = ["display"] } peg = "0.8.5" -- cgit v1.3.1