rtic/rtic-timer/Cargo.toml
2023-01-26 22:25:32 +01:00

11 lines
No EOL
238 B
TOML

[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"