aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 22d5fac869db1dfbe3a76c8cc8c293d9890ee167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "cortex-a"
version = "7.2.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
description = "Low level access to Cortex-A processors"
homepage = "https://github.com/rust-embedded/cortex-a"
repository = "https://github.com/rust-embedded/cortex-a"
readme = "README.md"
keywords = ["arm", "aarch64", "cortex-a", "register"]
categories = ["embedded", "hardware-support", "no-std"]
license = "MIT/Apache-2.0"
edition = "2018"
exclude = [
        ".github",
        ".gitignore",
        ".rustfmt.toml",
        ".vscode",
        ".editorconfig",
        "Makefile"
]

[dependencies]
tock-registers = { version = "0.7.x", default-features = false } # Use it as interface-only library.