
- 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.
8 lines
126 B
TOML
8 lines
126 B
TOML
[workspace]
|
|
members = [
|
|
"crates/gsio-relay",
|
|
'crates/gsio-node',
|
|
"crates/gsio-client",
|
|
"crates/gsio-wallet"
|
|
]
|