diff options
author | pommicket <pommicket@gmail.com> | 2025-09-23 20:33:53 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-23 20:33:53 -0400 |
commit | 75c2cc869e065c13f12fd1ce603bf1a600692e65 (patch) | |
tree | 5498eec32b5cd749aa49aa83a3da4b9a7827184e | |
parent | ddd4bbcff1074557d26b70f9bf0f6161f31d7750 (diff) |
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |