rtic/rtic-timer/Cargo.toml

11 lines
266 B
TOML
Raw Normal View History

2023-01-14 21:11:55 +01:00
[package]
name = "rtic-timer"
version = "1.0.0"
2023-01-14 21:11:55 +01:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
critical-section = "1"
futures-util = { version = "0.3.25", default-features = false }