sal-modular/Cargo.toml
Sameh Abouelsaad 13945a8725 feat: Add WASM support and browser extension infrastructure
- Add WASM build target and dependencies for all crates.
- Implement IndexedDB-based persistent storage for WASM.
- Create browser extension infrastructure (UI, scripting, etc.).
- Integrate Rhai scripting engine for secure automation.
- Implement user stories and documentation for the extension.
2025-05-16 15:31:53 +03:00

10 lines
100 B
TOML

[workspace]
resolver = "2"
members = [
"kvstore",
"vault",
"evm_client",
"wasm",
]