cow_file/Cargo.toml
2023-08-03 00:36:14 +02:00

15 lines
275 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"
zerocopy = "0.7.0-alpha.5"
[dev-dependencies]
rand = "0.8.5"
tempfile = "3.7.0"