|
@@ -28,7 +28,6 @@ sysinfo = "0.30"
|
|
|
rquickjs = "0.3" # 高版本不支持 Linux aarch64
|
|
|
serde_json = "1.0"
|
|
|
serde_yaml = "0.9"
|
|
|
-auto-launch = "0.5"
|
|
|
once_cell = "1.18"
|
|
|
port_scanner = "0.1.5"
|
|
|
delay_timer = "0.11.5"
|
|
@@ -39,6 +38,7 @@ tokio = { version = "1", features = ["full"] }
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
|
|
|
sysproxy = { git="https://github.com/zzzgydi/sysproxy-rs", branch = "main" }
|
|
|
+auto-launch = { git="https://github.com/zzzgydi/auto-launch", branch = "main" }
|
|
|
tauri = { version = "1.5", features = [ "dialog-open", "notification-all", "icon-png", "clipboard-all", "global-shortcut-all", "process-all", "shell-all", "system-tray", "updater", "window-all"] }
|
|
|
|
|
|
[target.'cfg(windows)'.dependencies]
|