aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f42d85df6ff3f30d6f428efb92d74a7d275dd618 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "ral-registers"
version = "0.2.0"
authors = ["Adam Greig <adam@adamgreig.com>"]
edition = "2024"
description = "MMIO registers abstraction with a macro API"
repository = "https://github.com/adamgreig/ral-registers"
license = "MIT OR Apache-2.0"
keywords = ["mmio", "embedded"]
categories = ["embedded", "no-std"]