cyborg/Cargo.toml

8 lines
129 B
TOML
Raw Normal View History

2022-04-04 02:11:38 +00:00
[package]
name = "cyborg"
version = "0.1.0"
edition = "2021"
[dependencies]
strum = { version = "0.24", features = ["derive"] }