bent/Cargo.toml
2024-05-05 22:51:39 +02:00

19 lines
388 B
TOML

[package]
name = "bent"
version = "0.1.0"
edition = "2021"
license = "Unlicense"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
derive-new = "0.6.0"
eframe = "0.27"
egui_dock = "0.12"
egui_extras = "0.27.2"
rfd = "0.14"
strum = { version = "0.26", features = ["derive"] }
[workspace]
members = ["bingus"]