rtic/rtic-time/Cargo.toml

12 lines
326 B
TOML
Raw Normal View History

2023-01-14 21:11:55 +01:00
[package]
2023-01-23 20:57:56 +01:00
name = "rtic-time"
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 }
2023-01-31 22:05:43 +01:00
rtic-common = { version = "1.0.0", path = "../rtic-common" }