cyborg/Cargo.toml

11 lines
173 B
TOML

[package]
name = "cyborg"
version = "0.1.0"
edition = "2021"
[dependencies]
rayon = "1"
slab = "^0.4"
smallvec = "^1.0"
strum = { version = "0.24", features = ["derive"] }