Rename server package

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

View File

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