18 lines
290 B
TOML
18 lines
290 B
TOML
[package]
|
|
name = "kira-installer"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
blocking = "1.6.2"
|
|
iced = { version = "0.14", features = ["smol", "image"] }
|
|
iced_moving_picture = "0"
|
|
rust-i18n = "3"
|
|
toml = "1"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
opt-level = 3
|
|
strip = true
|