From 2a3bc2d9e7174d0b5f809b2ff5e02f3ae41dabb5 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 14 May 2023 18:36:30 +0200 Subject: build: add fields to Cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c6555ce..0b8c702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "xml-stinks" version = "0.1.0" +authors = ["HampusM "] edition = "2021" license = "MIT OR Apache-2.0" +repository = "https://git.hampusmat.com/xml-stinks" +description = "Powerful & easy manual XML deserialization using quick-xml" +categories = ["parser-implementations", "encoding", "parsing"] +keywords = ["xml", "parser", "parsing"] [features] deserializer-static-generics = [] -- cgit v1.2.3-18-g5258