Skip to content

Commit

Permalink
feat(CLI): add command line client interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Jan 27, 2025
1 parent 8ac32c6 commit 5edcbf6
Show file tree
Hide file tree
Showing 11 changed files with 607 additions and 14 deletions.
214 changes: 204 additions & 10 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ libiio = "*"
libevdev = "*"

[dependencies]
clap = { version = "4.5.27", features = ["derive"] }
clap_complete = "4.5.42"
env_logger = "0.11.3"
evdev = { git = "https://github.com/emberian/evdev.git", features = [
"tokio",
Expand All @@ -45,6 +47,7 @@ procfs = "0.16.0"
rand = "0.8.5"
serde = { version = "1.0.204", features = ["derive"] }
serde_yaml = "0.9.34"
tabled = { version = "0.17.0", features = ["ansi"] }
thiserror = "1.0.61"
tokio = { version = "*", features = ["full"] }
udev = { version = "^0.8", features = ["mio"] }
Expand Down
Loading

0 comments on commit 5edcbf6

Please sign in to comment.