feat: add clap
This commit is contained in:
parent
e185835333
commit
f67be1d367
3 changed files with 213 additions and 63 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue