aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
blob: 24448fb29edebe310fcd001aed299b2ebf2f01bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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" }