Create initial api
This commit is contained in:
parent
1fa926dd05
commit
f090fbafe7
7 changed files with 169 additions and 21 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -4,6 +4,12 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.13"
|
||||
actix-web = "4.10"
|
||||
#tokio = { version = "1.44", features = ["full"] } maybe
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
sqlx = "0.8"
|
||||
toml = "0.8.21"
|
||||
url = { version = "2.5.4", features = ["serde"] }
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.44"
|
||||
features = ["full"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue