start with test runner

This commit is contained in:
nora 2023-04-04 12:23:45 +02:00
parent bf8f13c62a
commit c70d6fa26f
6 changed files with 86 additions and 1 deletions

7
Cargo.lock generated
View file

@ -32,6 +32,7 @@ dependencies = [
"anyhow",
"clap",
"ctrlc",
"fs_extra",
"libc",
"owo-colors",
"prettyplease",
@ -137,6 +138,12 @@ dependencies = [
"instant",
]
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
[[package]]
name = "heck"
version = "0.4.0"