mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 23:49:59 -07:00
Support -h and --help arguments. Print a better error message when the Orbic device is not found. Replace every panic! with anyhow::bail! Replace .expect() with .context()? Wraps all function returns with anyhow::Result
12 lines
277 B
TOML
12 lines
277 B
TOML
[package]
|
|
name = "serial"
|
|
version = "0.2.6"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.97"
|
|
nusb = "0.1.13"
|
|
tokio = { version = "1.44.1", features = ["macros", "rt", "time"] }
|