From bf57ee481798b8589617a64632cfe80b0c86337f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 3 Nov 2021 23:23:59 +0100 Subject: [PATCH] Update Cargo.toml - Added categories and reordered a bit --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5b0ba4..b273b85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,14 @@ [package] name = "va108xx" version = "0.1.0" +authors = ["Robin Mueller "] edition = "2018" -description = "Peripheral access API for Vorago VA108XX microcontrollers" -license = "MIT OR Apache-2.0" +description = "PAC for the Vorago VA108xx family of microcontrollers" homepage = "https://github.com/robamu-org/va108xx-rs" repository = "https://github.com/robamu-org/va108xx-rs" +license = "MIT OR Apache-2.0" keywords = ["no-std", "arm", "cortex-m", "vorago", "va108xx"] -authors = ["Robin Mueller "] +categories = ["embedded", "no-std", "hardware-support"] [dependencies] cortex-m = "0.7.3"