rtic/rtic-monotonics/Cargo.toml

13 lines
360 B
TOML
Raw Normal View History

[package]
name = "rtic-timer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cortex-m = { version = "0.7.6" }
embedded-hal-async = "0.2.0-alpha.0"
fugit = { version = "0.3.6", features = ["defmt"] }
rtic-timer = { version = "1.0.0", path = "../rtic-timer" }