This commit is contained in:
fengchuanhn@gmail.com
2026-05-22 14:40:32 +08:00
parent eba781d15d
commit ce1fe99883
12 changed files with 277 additions and 5 deletions

View File

@@ -61,6 +61,7 @@ urlencoding = "2.1"
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
"serde",
] }
# Logging + errors
@@ -78,5 +79,9 @@ rand = "0.8"
tempfile = "3"
uuid = { version = "1", features = ["v4"] }
# 设备序列号CPUID + MAC → MD5
md5 = "0.7"
mac_address = "1.1"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-single-instance = "2"