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