Skip to content

Commit f62ff35

Browse files
committed
.
2 parents 042cb1f + 1b0eca6 commit f62ff35

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Cargo.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[package]
2+
name = "warp-cloudflare-gui-rust"
3+
version = "0.2.1"
4+
edition = "2021"
5+
6+
[dependencies]
7+
iced = { version = "0.13.1", features = ["image", "advanced"] }
8+
rust-embed = "8.5.0"
9+
bytes = "1.9.0"
10+
11+
12+
[build-dependencies]
13+
14+
[profile.release]
15+
opt-level = "z"
16+
lto = "fat"
17+
debug = true
18+
codegen-units = 1
19+
panic = 'abort'
20+
strip = true
21+
debug-assertions = false
22+
overflow-checks = false

0 commit comments

Comments
 (0)