From abad2ebad9c78e3978343aa0fc572a87dbf9fa78 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Thu, 26 Sep 2024 13:56:04 +0200 Subject: update rust code --- rust/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f9fe11c..6fdfa00 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -4,3 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +actix-web = { version = "4.9.0"} +sqlx = { version = "0.8.2", features = ["mysql", "macros" , "runtime-tokio"] } +serde = { version = "1.0.210", features = ["derive"] } +tokio = "1.40.0" -- cgit v1.2.3