Skip to content

Commit e32a269

Browse files
committed
fmt Cargo.toml
1 parent 99c18a4 commit e32a269

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ rust-version = "1.77"
88

99
[[bin]]
1010
name = "echokit"
11-
harness = false # do not use the built in cargo test harness -> resolve rust-analyzer errors
11+
# do not use the built in cargo test harness => resolve rust-analyzer errors
12+
harness = false
1213

1314
[profile.release]
1415
opt-level = "s"
1516

1617
[profile.dev]
17-
debug = true # Symbols are nice and they don't increase the size on Flash
18+
# Symbols are nice and they don't increase the size on Flash
19+
debug = true
1820
opt-level = "z"
1921

2022
[features]
@@ -73,7 +75,7 @@ tokio-websockets = { version = "0.8", features = [
7375
bytes = "1.10.0"
7476

7577
qrcode = { version = "0.14.1", default-features = false, features = [] }
76-
ndef = {version="0.4.0", features=["alloc"], optional = true }
78+
ndef = { version = "0.4.0", features = ["alloc"], optional = true }
7779

7880
[build-dependencies]
7981
embuild = "0.33"

0 commit comments

Comments
 (0)