aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-11 19:22:29 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-11 19:22:29 +0200
commit98ac3be875a30ad97162949aa929c7363d0bf2b3 (patch)
tree028ab01c471ca4d13ab659a7d5b9fd3a45a03e90 /Cargo.lock
parent012fbc3e6382a92de60a191690000b0e83653cc6 (diff)
downloadhurrycurry-98ac3be875a30ad97162949aa929c7363d0bf2b3.tar
hurrycurry-98ac3be875a30ad97162949aa929c7363d0bf2b3.tar.bz2
hurrycurry-98ac3be875a30ad97162949aa929c7363d0bf2b3.tar.zst
improve framework and start work on simple algo
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c6e2aa4..052f5705 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -281,6 +281,7 @@ name = "bot"
version = "0.1.0"
dependencies = [
"anyhow",
+ "clap",
"env_logger",
"hurrycurry-client-lib",
"hurrycurry-protocol",