aboutsummaryrefslogtreecommitdiff
path: root/tests/perf-client
diff options
context:
space:
mode:
Diffstat (limited to 'tests/perf-client')
-rw-r--r--tests/perf-client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/perf-client/Cargo.toml b/tests/perf-client/Cargo.toml
index e31d6361b..ea0663b6f 100644
--- a/tests/perf-client/Cargo.toml
+++ b/tests/perf-client/Cargo.toml
@@ -2,6 +2,7 @@
2name = "perf-client" 2name = "perf-client"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5publish = false
5 6
6[dependencies] 7[dependencies]
7embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } 8embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] }