Changed project name on crates.io

This commit is contained in:
Afonso Franco 2024-02-25 13:34:37 +00:00
parent 3ff7361991
commit 22ecfb98d9
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
3 changed files with 5 additions and 2 deletions

2
Cargo.lock generated
View file

@ -214,7 +214,7 @@ dependencies = [
] ]
[[package]] [[package]]
name = "toke" name = "toke-runner"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap", "clap",

View file

@ -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]