fixed parser

This commit is contained in:
Wintermute 2025-06-26 21:27:07 +02:00
parent 0d417bbbe5
commit 7883b42d13
9 changed files with 667 additions and 65 deletions

View file

@ -7,4 +7,5 @@ edition = "2024"
clap = "4.5.40"
nanoid = "0.4.0"
nom = "8.0.0"
parse_int = "0.9.0"
thiserror = "2.0.12"