cow_file/Cargo.toml

16 lines
331 B
TOML

[package]
name = "cow_file"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
memmap = "0.7.0"
memoffset = "0.9.0"
zerocopy = { version = "0.7.0-alpha.5", features = ["alloc"] }
[dev-dependencies]
rand = "0.8.5"
tempfile = "3.7.0"