diff --git a/Cargo.toml b/Cargo.toml index d063861..e5f2ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] +actix-web = {version = "4.11.0"} +serde = "1.0.228" +serde_json = "1.0.145" +sqlx = {version = "0.8.6", features = ["postgres"]} \ No newline at end of file