From 9a845a610aaf42aaba301d7b0ce1c88096d36915 Mon Sep 17 00:00:00 2001 From: tslil Date: Sat, 18 Oct 2025 15:15:02 +0100 Subject: Beginning lexing & parsing work, probably looking at hand rolled recursive descent parser --- rprt-engine/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rprt-engine/Cargo.toml') diff --git a/rprt-engine/Cargo.toml b/rprt-engine/Cargo.toml index 96aa5b1..d705b5e 100644 --- a/rprt-engine/Cargo.toml +++ b/rprt-engine/Cargo.toml @@ -7,5 +7,7 @@ authors.workspace = true [dependencies] either = "1.15.0" +logos = "0.15.1" regex = "1.12.2" + -- cgit v1.2.3