aboutsummaryrefslogtreecommitdiff
path: root/embassy-std/Cargo.toml
blob: 0a59999c0b1cf035a35fdebb83c360df5c225bd6 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "embassy-std"
version = "0.1.0"
authors = ["Dario Nieuwenhuis <[email protected]>"]
edition = "2018"

[dependencies]
embassy     = { version = "0.1.0", path = "../embassy", features = ["std"] }
lazy_static = "1.4.0"