summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authornil <nil@tfwhyno.gf>2024-10-02 17:48:56 +0200
committernil <nil@tfwhyno.gf>2024-10-02 17:48:56 +0200
commit0972fa6eab8c9111311f082ba8abfdc6b4a40945 (patch)
tree4eedbdc1a7cfdeee9d651c9871a9f26ab6da56d4 /rust/Cargo.toml
parent012c2c03b29a987ca4eead023ded22e01aa7477b (diff)
commit changes
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
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"