18 lines
311 B
TOML
18 lines
311 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"
|
||
|
eframe = "0.27"
|
||
|
egui_dock = "0.12"
|
||
|
rfd = "0.14"
|
||
|
|
||
|
[workspace]
|
||
|
members = ["bingus"]
|