darkroom_timer/common/Cargo.toml

12 lines
316 B
TOML
Raw Normal View History

2023-10-01 19:19:19 -05:00
[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']}