feat: add clap

This commit is contained in:
zack 2025-07-27 15:39:58 -04:00
parent e185835333
commit f67be1d367
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
3 changed files with 213 additions and 63 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.41", features = ["derive"]}
ctrlc = "3.4.7"
crossbeam-channel = "0.5"
rust_socketio = { version = "0.6.0", features = ["async"] }