Export serde_json et serde_wasm_bindgen

This commit is contained in:
NicolasCantu 2025-03-12 10:17:56 +01:00
parent 3cf653c280
commit f74c9a324b

View File

@ -5,6 +5,8 @@ pub use aes_gcm;
pub use env_logger;
pub use log;
pub use sp_client;
pub use serde_json;
pub use serde_wasm_bindgen;
pub mod crypto;
pub mod device;