feat(native): add session management with global handle registry

This commit is contained in:
2026-05-01 14:05:16 +08:00
parent d716719428
commit dc74c19be4
3 changed files with 44 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ name = "craftlabs_auth_bitanswer"
obfstr = "0.4"
sha2 = "0.10"
libloading = "0.8"
once_cell = "1"
[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = "0.52", features = ["Win32_System_Diagnostics_Debug"], optional = true }