summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-23 20:33:53 -0400
committerpommicket <pommicket@gmail.com>2025-09-23 20:33:53 -0400
commit75c2cc869e065c13f12fd1ce603bf1a600692e65 (patch)
tree5498eec32b5cd749aa49aa83a3da4b9a7827184e
parentddd4bbcff1074557d26b70f9bf0f6161f31d7750 (diff)
Fill out Cargo.tomlHEADv0.1.0trunk
-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"