workspace/Cargo.toml

40 lines
713 B
TOML

[package]
name = "m42_workspace"
version = "0.1.0"
edition = "2021"
default-run = "m42_workspace"
[[bin]]
name = "m42_workspace"
path = "src/main.rs"
[[bin]]
name = "m42_log_history"
path = "src/bin/log_history.rs"
[dependencies]
tray-icon = "0.19.0"
image = "0.25"
anyhow = "1.0.89"
tokio = { version = "1.40.0", features = ["full"] }
rsn = "0.1.0"
serde = { version = "1.0.210", features = ["derive"] }
known-folders = "1.2.0"
indexmap = { version = "2.6.0", features = ["serde"] }
notan = { version = "0.12.1", features = [
"audio",
"clipboard",
"drop_files",
"egui",
"extra",
"links",
"notan_extra",
"text",
] }
tao = "0.30.3"
[build-dependencies]
winresource = "0.1.17"