workspace/Cargo.toml

11 lines
186 B
TOML
Raw Normal View History

2024-10-07 17:48:28 +00:00
[package]
name = "workspace"
version = "0.1.0"
edition = "2021"
[dependencies]
tray-icon = "0.19.0"
image = "0.25"
2024-10-07 19:00:53 +00:00
notan = { version = "0.12.1", features = ["egui"] }
anyhow = "1.0.89"