This commit is contained in:
nora 2025-02-01 21:01:00 +01:00
parent 402efaee61
commit 303eb47de5
6 changed files with 222 additions and 38 deletions

View file

@ -6,7 +6,9 @@ edition = "2021"
[dependencies]
bitflags = { version = "2.8.0", features = ["bytemuck"] }
bytemuck = { version = "1.21.0", features = ["derive"] }
cfg-if = "1.0.0"
memmap2 = "0.9.5"
naked-function = "0.1.5"
tracing = { version = "0.1.41", features = ["attributes"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }