mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 12:20:37 +00:00
11 lines
155 B
TOML
11 lines
155 B
TOML
[package]
|
|
name = "test-utils"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rand = "0.9"
|
|
serial = "0.4"
|