continuous-testing 0.3.1

A continuous testing tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "continuous-testing"
version = "0.3.1"
edition = "2021"
description = "A continuous testing tool"
license = "GPL-2.0-or-later"
repository = "https://github.com/taishingi/continuous-testing"


[[bin]]
name = "again"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
eywa = "0.2.0"