wallet_system 0.1.3

A wallet system simulation in Rust.
Documentation
[[bin]]
name = "wallet_cli"
path = "src/main.rs"

[dependencies.clap]
version = "3.0"

[dependencies.rand]
version = "0.9.0-alpha.1"

[package]
authors = ["kanth"]
description = "A wallet system simulation in Rust."
edition = "2021"
license = "MIT"
name = "wallet_system"
readme = "README.md"
version = "0.1.3"

[[test]]
name = "basic_account_integration_tests"
path = "tests/basic_account_integration_tests.rs"