mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 04:10:25 +00:00
11 lines
171 B
TOML
11 lines
171 B
TOML
[package]
|
|
name = "perf-server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
log = "0.4.17"
|
|
pretty_env_logger = "0.4.0"
|