embassy/tests/perf-client/Cargo.toml

11 lines
363 B
TOML
Raw Normal View History

2023-09-28 01:46:33 +00:00
[package]
name = "perf-client"
version = "0.1.0"
edition = "2021"
[dependencies]
embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] }
2024-08-02 17:20:26 +00:00
embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["defmt", ] }
2023-09-28 01:46:33 +00:00
embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
defmt = "0.3.0"