Skip to content

Commit 4072907

Browse files
committed
cargo: Add fields for publishing
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent e7961dd commit 4072907

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
name = "nvme-mi-dev"
33
version = "0.1.0"
44
edition = "2024"
5+
description = "A device-side implementation of NVMe-MI"
6+
documentation = "https://docs.rs/nvme-mi-dev"
7+
repository = "https://github.com/CodeConstruct/nvme-mi-dev"
58
license = "GPL-3.0-only"
9+
keywords = [ "NVMe-MI" ]
10+
categories = [ "embedded", "no-std::no-alloc", "parser-implementations", "simulation" ]
611

712
[dependencies]
813
crc = "3.2.1"

0 commit comments

Comments
 (0)