Skip to content

Commit

Permalink
fix: clap
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavale committed Apr 21, 2024
1 parent 5ae3817 commit cbaa975
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 169 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ path = "src/main.rs"

[dependencies]
serialport = "4.0.1"
clap = "4.5.4"
regex = "1.5.4"
chrono = "0.4.19"
serde = { version = "1.0.132", features = ["derive"] }
Expand All @@ -30,6 +29,7 @@ tokio = { version = "1.20", features = ["full"] }
ssh2 = "0.9"
rpassword = "7.0"
getch-rs = "0.2"
clap = { version = "4.5.4", features = ["derive", "cargo"] }

[build-dependencies]
lazy_static = "1.4.0"
Expand Down
Loading

0 comments on commit cbaa975

Please sign in to comment.