mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
12 lines
363 B
TOML
12 lines
363 B
TOML
[package]
|
|
name = "rtic-monotonics"
|
|
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-time = { version = "1.0.0", path = "../rtic-time" }
|