aboutsummaryrefslogtreecommitdiff
path: root/rtic-timer/Cargo.toml
blob: b7b3a5fba3f5db5fbd8a522bfa22185e06600bc7 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rtic-timer"
version = "1.0.0"
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 }