We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7961dd commit 4072907Copy full SHA for 4072907
1 file changed
Cargo.toml
@@ -2,7 +2,12 @@
2
name = "nvme-mi-dev"
3
version = "0.1.0"
4
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"
8
license = "GPL-3.0-only"
9
+keywords = [ "NVMe-MI" ]
10
+categories = [ "embedded", "no-std::no-alloc", "parser-implementations", "simulation" ]
11
12
[dependencies]
13
crc = "3.2.1"
0 commit comments