Rename project

This commit is contained in:
stefiosif
2024-09-14 22:34:47 +03:00
parent 49b413d24f
commit 062a2fe903
4 changed files with 16 additions and 18 deletions

16
Cargo.lock generated
View File

@@ -120,14 +120,6 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "ippos"
version = "0.1.0"
dependencies = [
"clap",
"rand",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
@@ -301,3 +293,11 @@ name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "zeal"
version = "0.1.0"
dependencies = [
"clap",
"rand",
]