continuous-testing 0.3.5

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

[package]
description = "A continuous testing tool"
edition = "2021"
license = "GPL-2.0-or-later"
name = "continuous-testing"
readme = "README.md"
repository = "https://github.com/taishingi/continuous-testing"
version = "0.3.5"