bindport 0.2.0

Proxy-neutral local development port registry and runner.
# SPDX-License-Identifier: MIT

[package]
name = "bindport"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
description = "Proxy-neutral local development port registry and runner."

[dependencies]
bindport-adapters.workspace = true
bindport-core.workspace = true
bindport-dashboard.workspace = true
bindport-registry.workspace = true
bindport-runner.workspace = true
libc.workspace = true
serde_json.workspace = true

[dev-dependencies]