summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e162936298d2724f52ee4015a4394be545e51ad7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>"]
description = "Low level access to Cortex-M processors"
documentation = "https://docs.rs/cortex-m"
keywords = ["arm", "cortex-m", "register", "peripheral"]
license = "MIT OR Apache-2.0"
name = "cortex-m"
repository = "https://github.com/japaric/cortex-m"
version = "0.1.8"

[dependencies]
volatile-register = "0.1.0"