codemine 0.1.0

Another software development harness
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"