Files
kira-installer/Cargo.toml
T

19 lines
305 B
TOML
Raw Normal View History

[package]
name = "kira-installer"
version = "0.1.0"
edition = "2024"
[dependencies]
2026-04-23 00:44:01 +02:00
blocking = "1.6.2"
iced = { version = "0.14", features = ["smol", "image"] }
2026-04-23 00:44:01 +02:00
iced_moving_picture = "0"
rust-i18n = "3"
2026-04-23 00:44:01 +02:00
smol = "2.0.2"
toml = "1"
2026-04-22 14:21:24 +02:00
[profile.release]
lto = true
codegen-units = 1
opt-level = 3
strip = true