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
@@ -11,6 +11,7 @@ mod heartbeat;
mod license;
mod security;
mod error;
mod session;
pub struct CraftContext {
dummy: i32,