[package]
edition = "2024"
name = "bindport-runner"
version = "0.2.0"
authors = ["Michael Stutz <michaeljstutz@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BindPort command runner primitives."
readme = "README.md"
license = "MIT"
repository = "https://github.com/bindport/bindport"
[lib]
name = "bindport_runner"
path = "src/lib.rs"
[dependencies.bindport-core]
version = "0.2.0"
[dependencies.libc]
version = "0.2.186"