rtic/rtic-timer/Cargo.toml

11 lines
238 B
TOML
Raw Normal View History

2023-01-14 21:11:55 +01:00
[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"