feat: add singleton check after core startup in sidecar mode

This commit is contained in:
wonfen
2025-03-22 15:01:55 +08:00
parent e21846a2ce
commit 86f69fd574
4 changed files with 356 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ port_scanner = "0.1.5"
delay_timer = "0.11.6"
parking_lot = "0.12"
percent-encoding = "2.3.1"
fs2 = "0.4.3"
window-shadows = { version = "0.2.2" }
tokio = { version = "1.43", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }