This commit is contained in:
nora 2023-02-11 18:45:40 +01:00
parent af7a575a22
commit d3118af82d
3 changed files with 59 additions and 18 deletions

View file

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