Skip to content

Commit 0c5795a

Browse files
committed
fix: fix cargo.toml file, add keywords, improve identifiers
1 parent 3ca5e2f commit 0c5795a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
name = "volatile_table"
33
version = "0.0.1"
44
edition = "2024"
5+
description = "A zero-cost, type-safe DSL for MMIO and volatile register mapping with compile-time access control (RO/RW/WO)."
56
authors = ["Denis Kotlyarov (Денис Котляров) <denis2005991@gmail.com>"]
67
repository = "https://github.com/UlinProject/volatile_table.git"
8+
homepage = "https://github.com/UlinProject/volatile_table.git"
9+
categories = ["embedded", "no-std", "hardware-support"]
10+
keywords = ["volatile", "mmio", "register", "mapping", "no_std"]
711

812
license = "Apache-2.0"
913
readme = "README.md"

0 commit comments

Comments
 (0)