mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
18 lines
365 B
TOML
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"
|