diff options
-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" |