dyn_vec/Cargo.toml

11 lines
201 B
TOML
Raw Normal View History

2022-05-11 13:26:53 -05:00
[package]
name = "dyn_vec"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-06-08 23:00:11 -05:00
[features]
unstable = []