saleae 0.1.0

a rust library for interacting with saleae devices
Documentation
[package]
name = "saleae"
version = "0.1.0"
authors = ["wcampbell"]
edition = "2018"
description = "a rust library for interacting with saleae devices"
keywords = ["logic", "saleae", "api", "re", "reverse"]
license = "MIT"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.26"
enum_derive = "0.1.7"
custom_derive = "0.1.7"
faux = "0.0.4"

[dev-dependencies]
#faux = "0.0.3"