[package] name = "chazi" version = "0.1.2" authors = ["patr0nus "] edition = "2018" description = "Run tests in separate processes" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chazi_macros = { version = "0.1.0", path = "../chazi_macros" } wait-timeout = "0.2"