aboutsummaryrefslogtreecommitdiff
path: root/rtic-channel/Cargo.toml
blob: 89623524e5283870f2d3938ba7fea97fa9f6c82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"]