From e94d9dcac90b4b0622f573656f32883807381145 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Sun, 15 Aug 2021 11:00:01 +0100 Subject: Initial commit. Import `registers.rs` from stm32ral. --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..b53758a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "ral-registers" +version = "0.1.0" +authors = ["Adam Greig "] +edition = "2018" +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"] + +[dependencies] -- cgit v1.2.3