Files
gsio-net/Cargo.toml
geoffsee 4c0848e2f3 Add gsio-client and gsio-wallet crates with initial implementations
- Introduced `gsio-client` crate for interacting with GSIO nodes, including ledger entry management and node discovery.
- Introduced `gsio-wallet` crate for key management, transaction creation, and wallet functionality.
- Updated workspace configuration to include new crates.
2025-06-15 13:40:04 -04:00

8 lines
126 B
TOML

[workspace]
members = [
"crates/gsio-relay",
'crates/gsio-node',
"crates/gsio-client",
"crates/gsio-wallet"
]