Name the project appropriately

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-12-11 19:47:20 +05:30
parent 01d902d311
commit b7ee0a0c7c
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
2 changed files with 13 additions and 15 deletions

24
Cargo.lock generated
View file

@ -2,18 +2,6 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "actix-backend"
version = "0.1.0"
dependencies = [
"actix-web",
"base64 0.20.0",
"reqwest",
"serde",
"serde_json",
"tera",
]
[[package]]
name = "actix-codec"
version = "0.5.0"
@ -1010,6 +998,18 @@ version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
[[package]]
name = "paste-frontend"
version = "0.1.0"
dependencies = [
"actix-web",
"base64 0.20.0",
"reqwest",
"serde",
"serde_json",
"tera",
]
[[package]]
name = "percent-encoding"
version = "2.2.0"

View file

@ -1,10 +1,8 @@
[package]
name = "actix-backend"
name = "paste-frontend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
tera = "1.17.1"