16 lines
372 B
TOML
16 lines
372 B
TOML
[package]
|
|
name = "timer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
adafruit-qt-py-rp2040 = "0.6.0"
|
|
common = { version = "0.1.0", path = "../common" }
|
|
cortex-m = "0.7.7"
|
|
cortex-m-rt = "0.7.3"
|
|
embedded-hal = "0.2.7"
|
|
fugit = "0.3.6"
|
|
shared-bus = { version = "0.2.5" }
|