[package]
name = "runit"
version = "0.1.0"
authors = ["Jean SIMARD <woshilapin@tuziwo.info>"]
edition = "2018"
description = "A test framework for Rust"
documentation = "https://docs.rs/runit"
readme = "README.md"
homepage = "https://gitlab.com/woshilapin/runit"
repository = "https://gitlab.com/woshilapin/runit"
license = "MIT"
keywords = ["test", "assert"]
categories = ["development-tools::testing"]
[package.metadata.docs.rs]
all-features = true
[badges]
codecov = { repository = "https://codecov.io/gl/woshilapin/runit", branch = "master", service = "gitlab" }
gitlab = { repository = "https://gitlab.com/woshilapin/runit", branch = "master" }
maintenance = { status = "actively-maintained" }
[dependencies]