From 16ff4e8ac52eedab83cd138f4a963098941a071f Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 27 Aug 2024 03:43:21 +0800 Subject: [PATCH] switch sctgdesk-api-server to tonycloud --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02efa09b..207144cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ ipnetwork = "0.20" local-ip-address = "0.5.1" dns-lookup = "1.0.8" ping = "0.4.0" -sctgdesk-api-server = { git = "https://github.com/sctg-development/sctgdesk-api-server.git", branch = "main" } +sctgdesk-api-server = { git = "https://github.com/tony-cloud/sctgdesk-api-server.git", branch = "main" } rocket = { version = "0.5", features = ["json", "secrets"] }