aboutsummaryrefslogtreecommitdiff
path: root/rtic-timer/Cargo.toml
blob: 8e2e2ad602c3cd7768ccfdd6a29628b885ef0f35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[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 = "0.7.6"
rtic-monotonic = "1.0.0"
fugit = "0.3.6"