aboutsummaryrefslogtreecommitdiff
path: root/rtic-common/Cargo.toml
blob: 258caae06f2436aa28183f91cb50c19bbfc06e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rtic-common"
version = "1.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
critical-section = "1"

[features]
default = []
testing = ["critical-section/std"]