[package]
authors = ["cilki"]
description = "Another software development harness"
edition = "2024"
license = "Unlicense"
name = "codemine"
repository = "https://github.com/cilki/codemine"
version = "0.1.0"
[dependencies]
anyhow = "1"
fastrand = "2"
libc = "0.2"
serde_json = "1"
tempfile = "3"
wait-timeout = "0.2"