rust-memory-playground/Cargo.toml

17 lines
352 B
TOML
Raw Normal View History

2022-06-16 11:50:08 +00:00
[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