From 4072907c7057a11d8310119b4e96d7e7d7438555 Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Tue, 25 Nov 2025 14:58:52 +1030 Subject: [PATCH] cargo: Add fields for publishing Signed-off-by: Andrew Jeffery --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fb5e160..b6a8a1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,12 @@ name = "nvme-mi-dev" version = "0.1.0" edition = "2024" +description = "A device-side implementation of NVMe-MI" +documentation = "https://docs.rs/nvme-mi-dev" +repository = "https://github.com/CodeConstruct/nvme-mi-dev" license = "GPL-3.0-only" +keywords = [ "NVMe-MI" ] +categories = [ "embedded", "no-std::no-alloc", "parser-implementations", "simulation" ] [dependencies] crc = "3.2.1"