This commit is contained in:
nora 2023-02-11 23:58:25 +01:00
parent 03a4287bee
commit 8aa4068b1b
5 changed files with 234 additions and 49 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bstr = "1.2.0"
bytemuck = { version = "1.13.0", features = ["derive", "min_const_generics"] }
memmap2 = "0.5.8"
thiserror = "1.0.38"