summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9b48bb..2338f4f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,11 @@
[package]
name = "pom-parser"
+description = "Parser for the POM configuration language"
+homepage = "https://pom.computer"
+repository = "https://github.com/pommicket/pom-rs"
+categories = ["config", "no-std"]
+keywords = ["configuration", "no_std"]
+license = "0BSD"
version = "0.1.0"
edition = "2024"