Files
app/app/desktop/windows-setup/portable-launcher/Cargo.toml
T
2026-09-13 23:59:26 +03:00

18 lines
365 B
TOML

[package]
name = "fromchat-portable-launcher"
version.workspace = true
edition.workspace = true
[[bin]]
name = "fromchat-portable-launcher"
path = "src/main.rs"
[dependencies]
anyhow.workspace = true
fromchat-setup-common.workspace = true
[build-dependencies]
winres = "0.1"
image = { version = "0.25", default-features = false, features = ["png"] }
ico = "0.4"