From 75c2cc869e065c13f12fd1ce603bf1a600692e65 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 23 Sep 2025 20:33:53 -0400 Subject: Fill out Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3