From 8a221e0e0d80a2d475df9ee36b7666ef1f66e5a8 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 27 Jul 2023 20:57:29 -0400 Subject: [PATCH] Add metadata for publishing crate. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"