darkroom_timer/dev/Cargo.toml
2023-10-01 19:19:19 -05:00

17 lines
401 B
TOML

[package]
name = "dev"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
common = { version = "0.1.0", path = "../common" }
crossterm = "0.26.1"
embedded-hal = "0.2.7"
itertools = "0.10.5"
parking_lot = "0.12.1"
shared-bus = { version = "0.2.5", features = [ "std" ] }
tui = "0.19.0"