wip: more const parsing

This commit is contained in:
🪞👃🪞 2025-01-17 22:26:49 +01:00
parent ff31957fed
commit 297f9b30df
4 changed files with 141 additions and 114 deletions

View file

@ -5,7 +5,7 @@ version = "0.1.0"
[dependencies]
clojure-reader = "0.3.0"
konst = "0.3.16"
konst = { version = "0.3.16", features = [ "rust_1_83" ] }
itertools = "0.14.0"
[features]