Fix package category.
All checks were successful
rustfmt Build rustfmt has succeeded
rust-test Build rust-test has succeeded

This commit is contained in:
Tom Alexander 2023-07-27 21:19:36 -04:00
parent bda291f771
commit 6941825e75
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -1,6 +1,6 @@
[package]
name = "organic"
version = "0.1.0"
version = "0.1.1"
authors = ["Tom Alexander <tom@fizz.buzz>"]
description = "An org-mode parser."
edition = "2021"
@ -8,7 +8,7 @@ license = "0BSD"
repository = "https://code.fizz.buzz/talexander/organic"
readme = "README.org"
keywords = ["emacs", "org-mode"]
categories = ["template-engine"]
categories = ["parsing"]
[lib]
name = "organic"