Fix package category.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "organic"
|
name = "organic"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Tom Alexander <tom@fizz.buzz>"]
|
authors = ["Tom Alexander <tom@fizz.buzz>"]
|
||||||
description = "An org-mode parser."
|
description = "An org-mode parser."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
@@ -8,7 +8,7 @@ license = "0BSD"
|
|||||||
repository = "https://code.fizz.buzz/talexander/organic"
|
repository = "https://code.fizz.buzz/talexander/organic"
|
||||||
readme = "README.org"
|
readme = "README.org"
|
||||||
keywords = ["emacs", "org-mode"]
|
keywords = ["emacs", "org-mode"]
|
||||||
categories = ["template-engine"]
|
categories = ["parsing"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "organic"
|
name = "organic"
|
||||||
|
|||||||
Reference in New Issue
Block a user