12 lines
316 B
TOML
12 lines
316 B
TOML
|
[package]
|
||
|
name = "common"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
embedded-hal = "0.2.7"
|
||
|
shared-bus = { version = "0.2.5" }
|
||
|
spin = {git = "https://github.com/mvdnes/spin-rs", features = ['portable_atomic']}
|