verdictl 0.0.2

Library to interact with verdi ipc
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "anyhow"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"

[[package]]
name = "sap"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf547dc26497b7816c4a6ae57984216ee145c46bc0820c6e988ebe2aa110161c"

[[package]]
name = "verdictl"
version = "0.0.2"
dependencies = [
 "anyhow",
 "sap",
]