mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-14 18:55:01 +01:00
basic storage allocation
This commit is contained in:
parent
b76d57ee9d
commit
b04e3b8a55
7 changed files with 171 additions and 21 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue