-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (22 loc) · 643 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (22 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "gibfonts"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
human_format = "1.0"
log = "0.4"
native-windows-gui = { version = "1.0", default_features = false, features = ["flexbox", "frame", "notice", "progress-bar", "image-decoder"] }
native-windows-derive = "1.0"
ureq = { version = "2.4", default_features = false, features = ["tls", "rustls-native-certs"] }
progress-streams = "1.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simplog = "1.3"
tar = "0.4"
xz2 = "0.1"
[build-dependencies]
embed-manifest = "1.4"
[profile.release]
opt-level = "z" # Optimize for size.
lto = true