bent/Cargo.toml
2024-05-01 20:49:48 +02:00

18 lines
365 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"
rfd = "0.14"
strum = { version = "0.26", features = ["derive"] }
[workspace]
members = ["bingus"]