Remove leftover cargo new boilerplate.

This commit is contained in:
Dario Nieuwenhuis
2024-04-26 22:59:50 +02:00
parent a8401ec94e
commit 597315873d
5 changed files with 0 additions and 10 deletions

View File

@@ -3,8 +3,6 @@ name = "perf-client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] }
embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", ] }

View File

@@ -3,8 +3,6 @@ name = "test-utils"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8"
serial = "0.4"