Compare commits
2 commits
7b5833675e
...
22ecfb98d9
Author | SHA1 | Date | |
---|---|---|---|
22ecfb98d9 | |||
3ff7361991 |
3 changed files with 11 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -214,7 +214,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "toke"
|
||||
name = "toke-runner"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
|
|
11
Cargo.toml
11
Cargo.toml
|
@ -1,7 +1,16 @@
|
|||
[package]
|
||||
name = "toke"
|
||||
name = "toke-runner"
|
||||
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"
|
||||
|
||||
[[bin]]
|
||||
name = "toke"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue