continuous-testing 1.1.3

A continuous testing tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[bin]]
name = "again"
path = "src/main.rs"

[dependencies]

[package]
authors = ["Willy Micieli"]
categories = ["development-tools"]
description = "A continuous testing tool"
edition = "2021"
keywords = ["continuous", "testing"]
license-file = "LICENSE"
name = "continuous-testing"
readme = "README.md"
repository = "https://github.com/taishingi/continuous-testing"
version = "1.1.3"