runner-utils 0.0.1

Provides utility functions for cargo runner crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "runner-utils"
version = "0.0.1"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "Provides utility functions for cargo runner crates"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0.20"
wait-timeout = "0.2.0"