aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
blob: 73047eefcd37622be4fa0decfac68af2d12eec91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "xtask"
version = "0.0.0"
authors = ["The Cortex-M Team <cortex-m@teams.rust-embedded.org>"]
edition = "2018"
publish = false

[[test]]
name = "ci"
harness = false

[dependencies]
ar = "0.8.0"
cortex-m = { path = "../cortex-m", features = ["serde", "std"] }
serde_json = "1"