bent/Cargo.toml

19 lines
365 B
TOML
Raw Normal View History

2024-05-01 07:39:51 +00:00
[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"
2024-05-01 18:49:48 +00:00
derive-new = "0.6.0"
2024-05-01 07:39:51 +00:00
eframe = "0.27"
egui_dock = "0.12"
rfd = "0.14"
2024-05-01 18:49:48 +00:00
strum = { version = "0.26", features = ["derive"] }
2024-05-01 07:39:51 +00:00
[workspace]
members = ["bingus"]