chg: Renamed the project

When starting out, I kept the name same as the original project.
But I think I've made significant changes, so keeping the name
same would be disingenuous.
This commit is contained in:
SinTan1729
2024-02-10 18:29:50 -06:00
parent 1f9cf1d777
commit 4a8385955b
6 changed files with 36 additions and 36 deletions

26
actix/Cargo.lock generated
View File

@@ -453,6 +453,19 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chhoto-url"
version = "4.4.0"
dependencies = [
"actix-files",
"actix-session",
"actix-web",
"env_logger",
"rand",
"regex",
"rusqlite",
]
[[package]]
name = "cipher"
version = "0.4.4"
@@ -1223,19 +1236,6 @@ dependencies = [
"libc",
]
[[package]]
name = "simply-shorten"
version = "4.4.0"
dependencies = [
"actix-files",
"actix-session",
"actix-web",
"env_logger",
"rand",
"regex",
"rusqlite",
]
[[package]]
name = "slab"
version = "0.4.8"