diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-08-11 19:22:29 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-08-11 19:22:29 +0200 |
| commit | 98ac3be875a30ad97162949aa929c7363d0bf2b3 (patch) | |
| tree | 028ab01c471ca4d13ab659a7d5b9fd3a45a03e90 /server/bot/Cargo.toml | |
| parent | 012fbc3e6382a92de60a191690000b0e83653cc6 (diff) | |
| download | hurrycurry-98ac3be875a30ad97162949aa929c7363d0bf2b3.tar hurrycurry-98ac3be875a30ad97162949aa929c7363d0bf2b3.tar.bz2 hurrycurry-98ac3be875a30ad97162949aa929c7363d0bf2b3.tar.zst | |
improve framework and start work on simple algo
Diffstat (limited to 'server/bot/Cargo.toml')
| -rw-r--r-- | server/bot/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml index e00855cd..2afc1e59 100644 --- a/server/bot/Cargo.toml +++ b/server/bot/Cargo.toml @@ -10,3 +10,4 @@ log = "0.4.22" anyhow = "1.0.86" env_logger = "0.11.5" rustls = { version = "0.23.12", features = ["ring"] } +clap = { version = "4.5.15", features = ["derive"] } |