basic storage allocation

This commit is contained in:
nora 2023-10-20 20:38:16 +02:00
parent b76d57ee9d
commit b04e3b8a55
7 changed files with 171 additions and 21 deletions

View file

@ -10,6 +10,7 @@ anyhow = "1.0.69"
bstr = "1.3.0"
clap = { version = "4.1.4", features = ["derive"] }
elven-parser = { path = "../elven-parser" }
indexmap = "2.0.2"
memmap2 = "0.5.8"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }