Changed project name on crates.io
This commit is contained in:
parent
3ff7361991
commit
22ecfb98d9
3 changed files with 5 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -214,7 +214,7 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toke"
|
name = "toke-runner"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "toke"
|
name = "toke-runner"
|
||||||
description = "A command runner for toml files"
|
description = "A command runner for toml files"
|
||||||
repository = "https://git.olympuslab.net/afonso/toke"
|
repository = "https://git.olympuslab.net/afonso/toke"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -9,6 +9,9 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "toke"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Add table
Reference in a new issue