workspace/Cargo.toml

19 lines
542 B
TOML

[package]
name = "workspace"
version = "0.1.0"
edition = "2021"
[dependencies]
tray-icon = "0.19.0"
image = "0.25"
notan = { version = "0.12.1", features = ["audio", "clipboard", "drop_files", "egui", "extra", "links", "notan_extra", "save_file", "serde", "text"] }
anyhow = "1.0.89"
notan_extra = "0.12.1"
tokio = { version = "1.40.0", features = ["full"] }
indexmap = { version = "2.6.0", features = ["serde"] }
serde = { version = "1.0.210", features = ["derive"] }
rsn = "0.1.0"
known-folders = "1.2.0"
eframe = "0.29.1"
egui = "0.29.1"