diff --git a/Cargo.toml b/Cargo.toml index 48e13429..0490b39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "organic" version = "0.1.0" +authors = ["Tom Alexander "] +description = "An org-mode parser." edition = "2021" license = "0BSD" +repository = "https://code.fizz.buzz/talexander/organic" +readme = "README.org" +keywords = ["emacs", "org-mode"] +categories = ["template-engine"] [lib] name = "organic"