Skip to content

Commit 0d38477

Browse files
committed
format Cargo.toml
1 parent 370a36a commit 0d38477

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
iced = { git = "https://github.com/iced-rs/iced", branch = "master", features = ["tokio"] }
7+
iced = { git = "https://github.com/iced-rs/iced", branch = "master", features = [
8+
"tokio",
9+
] }
810
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
9-
reqwest = { version = "0.12", features = ["cookies", "rustls-tls"], default-features = false }
11+
reqwest = { version = "0.12", features = [
12+
"cookies",
13+
"rustls-tls",
14+
], default-features = false }
1015

1116
[profile.release]
1217
opt-level = 3

0 commit comments

Comments
 (0)