diff options
author | HampusM <hampus@hampusmat.com> | 2023-05-14 18:36:30 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-05-14 18:36:30 +0200 |
commit | 2a3bc2d9e7174d0b5f809b2ff5e02f3ae41dabb5 (patch) | |
tree | e28256d2551f9bec16d9960f4f00c17886b716c4 | |
parent | bcfded3bf7c7daab8d7e8617261756cc15ca6227 (diff) |
build: add fields to Cargo.toml
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,8 +1,13 @@ [package] name = "xml-stinks" version = "0.1.0" +authors = ["HampusM <hampus@hampusmat.com>"] 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 = [] |