Files
nym/nym-wallet/Cargo.toml
Jon Häggblad 0f54c073a7 wallet: simple cli tool for decrypting the wallet (#1272)
* wallet: simple cli tool for decrypting the wallet

* changelog: add note about wallet file recovery tool
2022-05-17 07:18:50 +02:00

8 lines
86 B
TOML

[workspace]
resolver = "2"
members = [
"src-tauri",
"wallet-recovery-cli",
]