1
0
Fork 0
forked from wry/wry
wry/algorithms/Cargo.toml
2022-06-03 21:02:34 +02:00

9 lines
265 B
TOML

[package]
name = "algorithms"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
smallvec = { version = "1.8.0", features = ["const_generics", "const_new", "union"] }