Work on Network stage and toml config.
This commit is contained in:
@@ -6,4 +6,11 @@ edition = "2024"
|
||||
[dependencies]
|
||||
iced = { version = "0.14", features = ["smol", "image"] }
|
||||
rust-i18n = "3"
|
||||
serde = "1.0.228"
|
||||
toml = "1"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
opt-level = 3
|
||||
strip = true
|
||||
|
||||
Reference in New Issue
Block a user