From 3ff7361991b86167b5ce15e79b02be680c36c199 Mon Sep 17 00:00:00 2001 From: afonso Date: Sun, 25 Feb 2024 13:30:32 +0000 Subject: [PATCH] Updated Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6baf9da..4971cea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "toke" +description = "A command runner for toml files" +repository = "https://git.olympuslab.net/afonso/toke" +readme = "README.md" +keywords = ["cli", "toml", "command", "runner", "toke"] +categories = ["command-line-utilities", "development-tools"] version = "0.1.0" edition = "2021" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html