generated from lucien/actix-react-template
Actualiser back/Cargo.toml
This commit is contained in:
parent
3688d031b4
commit
e2575b55b6
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ edition = "2021"
|
||||||
actix-files = "0.6.6"
|
actix-files = "0.6.6"
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
sqlite = "0.36.1"
|
sqlite = "0.36.1"
|
||||||
serde = "1.0.215"
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.133"
|
serde_json = "1.0.133"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue