rtic/rtic-common/Cargo.toml

27 lines
739 B
TOML
Raw Normal View History

[package]
name = "rtic-common"
2023-09-27 21:39:35 +02:00
version = "1.0.1"
edition = "2021"
authors = [
"The Real-Time Interrupt-driven Concurrency developers",
"Emil Fresk <emil.fresk@gmail.com>",
"Henrik Tjäder <henrik@tjaders.com>",
"Jorge Aparicio <jorge@japaric.io>",
"Per Lindgren <per.lindgren@ltu.se>",
]
2023-02-01 21:55:05 +01:00
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
description = "rtic-common lib TODO"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rtic-rs/rtic"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
critical-section = "1"
2023-09-27 21:39:35 +02:00
portable-atomic = { version = "1", default-features = false }
[features]
default = []
testing = ["critical-section/std"]