Updated Cargo.toml

This commit is contained in:
Afonso Franco 2024-02-25 13:30:32 +00:00
parent 7b5833675e
commit 3ff7361991
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys

View file

@ -1,7 +1,13 @@
[package] [package]
name = "toke" 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" version = "0.1.0"
edition = "2021" edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html