dioxus/packages/generational-box/Cargo.toml

18 lines
342 B
TOML
Raw Normal View History

[package]
name = "generational-box"
authors = ["Evan Almloff"]
version = "0.0.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bumpalo = { version = "3.6" }
2023-08-04 21:53:34 +00:00
[dev-dependencies]
rand = "0.8.5"
2023-08-04 22:46:04 +00:00
[features]
default = ["check_generation"]
2023-08-05 00:23:57 +00:00
check_generation = []