[package] name = "flaky" version = "0.1.0" authors = ["Bernardo Meurer "] categories = [ "development-tools::testing" ] description = "A macro to help handling flaky tests" documentation = "https://docs.rs/flaky" edition = "2018" homepage = "https://github.com/lovesegfault/chirp" keywords = [ "flaky", "test", "tests", "repeat", "macro" ] license = "BSD-3-Clause" readme = "./README.md" repository = "https://github.com/lovesegfault/flaky" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]