mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
16 lines
282 B
TOML
16 lines
282 B
TOML
|
[package]
|
||
|
name = "rtic-channel"
|
||
|
version = "1.0.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
heapless = "0.7"
|
||
|
critical-section = "1"
|
||
|
|
||
|
|
||
|
[features]
|
||
|
default = []
|
||
|
testing = ["critical-section/std"]
|