Rename app

This commit is contained in:
Austen Adler 2022-02-11 22:02:19 -05:00
parent 9dea39b30a
commit 311327c12f
2 changed files with 11 additions and 11 deletions

20
Cargo.lock generated
View File

@ -101,6 +101,16 @@ dependencies = [
"hashbrown",
]
[[package]]
name = "kakutils-rs"
version = "0.1.0"
dependencies = [
"alphanumeric-sort",
"clap",
"regex",
"shellwords",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
@ -187,16 +197,6 @@ version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "rust-selection-sort"
version = "0.1.0"
dependencies = [
"alphanumeric-sort",
"clap",
"regex",
"shellwords",
]
[[package]]
name = "shellwords"
version = "1.1.0"

View File

@ -1,5 +1,5 @@
[package]
name = "rust-selection-sort"
name = "kakutils-rs"
version = "0.1.0"
edition = "2021"
license = "MIT"