diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-26 22:59:50 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-04-26 22:59:50 +0200 |
| commit | 597315873dbef394ae4cefe0af740fcb1bb951e0 (patch) | |
| tree | 24f83a4c53d84fb25b70f5e8223b2b4d27455de5 /tests/perf-client/Cargo.toml | |
| parent | a8401ec94e23f4fd039b17a09b7f65fe3353e98e (diff) | |
Remove leftover `cargo new` boilerplate.
Diffstat (limited to 'tests/perf-client/Cargo.toml')
| -rw-r--r-- | tests/perf-client/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/perf-client/Cargo.toml b/tests/perf-client/Cargo.toml index 4390a6da1..a347608b3 100644 --- a/tests/perf-client/Cargo.toml +++ b/tests/perf-client/Cargo.toml | |||
| @@ -3,8 +3,6 @@ name = "perf-client" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | 5 | ||
| 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
| 7 | |||
| 8 | [dependencies] | 6 | [dependencies] |
| 9 | embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } | 7 | embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } |
| 10 | embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", ] } | 8 | embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", ] } |
