mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
18 lines
361 B
TOML
18 lines
361 B
TOML
[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" }
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8.5"
|
|
|
|
[features]
|
|
default = ["check_generation"]
|
|
check_generation = []
|
|
debug_borrows = []
|