11
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user