mirror of
https://github.com/embassy-rs/embassy.git
synced 2026-02-27 18:39:51 +00:00
11 lines
155 B
TOML
11 lines
155 B
TOML
[package]
|
|
name = "test-utils"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rand = "0.9"
|
|
serial = "0.4"
|