Created rust project
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "api-server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.9.0"
|
||||
serde = "1.0.218"
|
||||
serde_json = "1.0.140"
|
||||
sqlx = "0.8.3"
|
||||
Reference in New Issue
Block a user