From 0972fa6eab8c9111311f082ba8abfdc6b4a40945 Mon Sep 17 00:00:00 2001 From: nil Date: Wed, 2 Oct 2024 17:48:56 +0200 Subject: commit changes --- rust/Cargo.toml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 rust/Cargo.toml (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml deleted file mode 100644 index b4a8000..0000000 --- a/rust/Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ -[package] -name = "ver1" -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" - -[package.metadata.scripts] -db_create = "bash ./scripts/create_db.sh" -db_populate = "bash ./scripts/populate.sh" -# db_start = "sudo docker start sqlx" -# db_start = "sudo docker stop sqlx" -# db_remove = "sudo docker rm sqlx" -- cgit v1.2.3