fix fmt in Cargo.toml

This commit is contained in:
Gwen Lg 2024-06-13 23:13:57 +02:00
parent b09034d6fb
commit c0854cfb69

View File

@ -20,7 +20,7 @@ log = "0.4.17"
zip = { version = "0.6.3", optional = true }
mktemp = { version = "0.5.0", optional = true }
rand = { version = "0.8.5", optional = true }
port_scanner = {version = "0.1.5", optional = true}
port_scanner = { version = "0.1.5", optional = true }
[features]
embedded-server = ["zip", "mktemp", "rand", "port_scanner"]