[package] name = "peepmatic-test" version = "0.2.0" authors = ["Nick Fitzgerald "] edition = "2018" publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] env_logger = "0.8.1" log = "0.4.8" peepmatic = { path = "../.." } peepmatic-runtime = { path = "../runtime" } peepmatic-test-operator = { path = "../test-operator" } peepmatic-traits = { path = "../traits" }