Updated Cargo.toml
This commit is contained in:
parent
7b5833675e
commit
3ff7361991
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue