codemine 0.1.0

Another software development harness
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "codemine"
version = "0.1.0"
authors = ["cilki"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Another software development harness"
readme = "README.md"
license = "Unlicense"
repository = "https://github.com/cilki/codemine"

[[bin]]
name = "codemine"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.fastrand]
version = "2"

[dependencies.libc]
version = "0.2"

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.wait-timeout]
version = "0.2"