An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.

feat(identity-wallet): register keychain and http modules in lib.rs

authored by malpercio.dev and committed by

Tangled 84107189 e266e791

+3
+3
apps/identity-wallet/src-tauri/src/lib.rs
··· 1 + pub mod http; 2 + pub mod keychain; 3 + 1 4 #[tauri::command] 2 5 fn greet(name: String) -> String { 3 6 format!("Hello, {}!", name)