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