structure: move out crate_mihomo_api

This commit is contained in:
Tunglies
2025-03-15 14:47:02 +08:00
parent 1ec7a0f23c
commit 8118fc754c
6 changed files with 7 additions and 7 deletions

View File

@@ -68,10 +68,11 @@ tokio-tungstenite = "0.26.2"
futures = "0.3"
sys-locale = "0.3.1"
async-trait = "0.1.87"
mihomo_api = { path = "./src/crate_mihomo_api" }
mihomo_api = { path = "src_crates/crate_mihomo_api" }
ab_glyph = "0.2.29"
tungstenite = "0.26.2"
[target.'cfg(windows)'.dependencies]
runas = "=1.2.0"
deelevate = "0.2.0"
@@ -131,5 +132,4 @@ tempfile = "3.17.1"
[workspace]
members = [
"src/crate_mihomo_api"
]
"src_crates/crate_mihomo_api",]