diff options
| author | tslil <tslil@posteo.de> | 2025-10-18 15:15:02 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2025-10-18 17:00:19 +0100 |
| commit | 9a845a610aaf42aaba301d7b0ce1c88096d36915 (patch) | |
| tree | 13cfdea2a93c2d95e4f9ebcbfae6306fa5da7eea /rprt-engine/Cargo.toml | |
| parent | 7cb0b2d8f1dad40e7b90ced7b19bb32aaf0eaff3 (diff) | |
Beginning lexing & parsing work, probably looking at hand rolled recursive descent parser
Diffstat (limited to 'rprt-engine/Cargo.toml')
| -rw-r--r-- | rprt-engine/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" + |
