[package] name = "testy" version = "0.3.1" edition = "2021" authors = ["uptu "] description = "A simple macro for testing Rust code" license = "MIT" documentation = "https://docs.rs/testy" homepage = "https://github.com/uptudev/testy" repository = "https://github.com/uptudev/testy.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] indicatif = "0.17.3" [lib] doc = true