add wager and balance commands

This commit is contained in:
2024-10-10 23:54:13 -04:00
parent 7d591197b0
commit f131815bb2
3 changed files with 38 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -121,6 +121,7 @@ version = "0.1.0"
dependencies = [
"dotenv",
"poise",
"rand",
"tokio",
]