mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
13 lines
360 B
TOML
13 lines
360 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 = { 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" }
|