Skip to content

Commit

Permalink
Switch from clap to argh
Browse files Browse the repository at this point in the history
  • Loading branch information
sgasse committed Sep 14, 2024
1 parent 77e051e commit c3544a0
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 142 deletions.
179 changes: 61 additions & 118 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ members = ["infer_server", "cam_sender", "common"]

[workspace.dependencies]
anyhow = "1.0.75"
argh = "0.1.12"
axum = "0.6.4"
bincode = "1.3.3"
bytes = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion cam_sender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ edition = "2021"

[dependencies]
anyhow = { workspace = true }
argh = { workspace = true }
bincode = { workspace = true }
bytes = { workspace = true }
clap = { workspace = true, features = ["derive"] }
common = { workspace = true }
env_logger = { workspace = true }
futures = { workspace = true }
Expand Down
Loading

0 comments on commit c3544a0

Please sign in to comment.