test-fuzz-runtime 0.1.0-alpha.3

test-fuzz-runtime
Documentation
[package]
name = "test-fuzz-runtime"
version = "0.1.0-alpha.3"
edition = "2018"

description = "test-fuzz-runtime"

authors = ["Samuel E. Moelius III <sam@moeli.us>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/smoelius/test-fuzz"

[dependencies]
rust-crypto = { name = "crypto", version = "0.2.36" }
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11.1"

dirs = { path = "../dirs", package = "test-fuzz-dirs", version = "0.1.0-alpha" }