style: rename application

This commit is contained in:
Aaron Honeycutt 2025-07-07 18:31:00 -06:00
parent 3df09273e5
commit 07c00e7205
3 changed files with 19 additions and 17 deletions

18
Cargo.lock generated
View file

@ -265,6 +265,15 @@ version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "servus"
version = "0.1.0"
dependencies = [
"clap",
"emojis-rs",
"ssh2",
]
[[package]]
name = "shlex"
version = "1.3.0"
@ -277,15 +286,6 @@ version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "ssh-test"
version = "0.1.0"
dependencies = [
"clap",
"emojis-rs",
"ssh2",
]
[[package]]
name = "ssh2"
version = "0.9.5"