Files
Casey Connolly 69cfc3cd4a Initial commit
Code dump with a few minor improvements. Let's develop here in the open
and keep register maps in a private repo.

Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
2026-04-02 23:27:13 +02:00

26 lines
707 B
TOML

[package]
name = "regwatch"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
chrono = "0.4.26"
clap = { version = "4.1.6", features = ["derive"] }
clap-num = "1.0.2"
colored = "2.0.4"
env_logger = "0.10.0"
log = { version = "0.4.19", features = ["serde", "std"] }
logos = "0.13.0"
num-traits = "0.2.16"
parking_lot = { version = "0.12.1", features = ["arc_lock"] }
prettytable = "0.10.0"
range-overlap = "0.0.1"
requestty = "0.5.0"
schemars = "0.8.15"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.97"
term_size = "0.3.2"