[package] name = "systick-monotonic" version = "1.0.1" authors = [ "The Real-Time Interrupt-driven Concurrency developers", "Emil Fresk ", ] categories = ["concurrency", "embedded", "no-std"] description = "RTIC Monotonic implementation based on SysTick" documentation = "https://docs.rs/systick-monotonic" repository = "https://github.com/rtic-rs/systick-monotonic" license = "MIT OR Apache-2.0" edition = "2021" [lib] name = "systick_monotonic" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cortex-m = "0.7" rtic-monotonic = "1.0.0" fugit = "0.3.0"