Rename server package

This commit is contained in:
Emilia Allison 2023-07-12 13:40:55 -04:00
parent 4acb7301f1
commit 39e098c4ca
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
[package] [package]
name = "server" name = "cool_spotify_server"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Emilia Allison"] authors = ["Emilia Allison"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]]
name = "server"
[dependencies] [dependencies]
actix-web = "4" actix-web = "4"