rust-memory-playground/Cargo.toml
2022-06-16 12:50:08 +01:00

17 lines
352 B
TOML

[package]
name = "zero-copy-deserialize"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dhat = "0.3.0"
[profile.release]
debug = 1
[features]
dhat-heap = [] # if you are doing heap profiling
dhat-ad-hoc = [] # if you are doing ad hoc profiling