2023-01-14 21:11:55 +01:00
|
|
|
[package]
|
2023-01-23 20:57:56 +01:00
|
|
|
name = "rtic-time"
|
2023-02-01 21:55:05 +01:00
|
|
|
version = "1.0.0-alpha.0"
|
2023-01-14 21:11:55 +01:00
|
|
|
edition = "2021"
|
2023-02-01 21:55:05 +01:00
|
|
|
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
|
|
|
description = "rtic-time lib TODO"
|
|
|
|
license = "MIT OR Apache-2.0"
|
2023-01-14 21:11:55 +01:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-01-23 20:05:47 +01:00
|
|
|
critical-section = "1"
|
|
|
|
futures-util = { version = "0.3.25", default-features = false }
|
2023-02-01 21:55:05 +01:00
|
|
|
rtic-common = { version = "1.0.0-alpha.0", path = "../rtic-common" }
|