feat(rust): add device fingerprint and selfhosted provider (cache, license verify, offline validation)

This commit is contained in:
2026-05-18 22:12:49 +08:00
parent f9203e077e
commit 8b90a71077
5 changed files with 631 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ mod security;
mod error;
mod session;
pub mod crypto;
pub mod device;
pub mod provider_selfhosted;
pub struct CraftContext {
dummy: i32,