[package]
edition = "2024"
name = "bindport-dashboard"
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 = "Local dashboard server for BindPort."
readme = "README.md"
license = "MIT"
repository = "https://github.com/bindport/bindport"
[lib]
name = "bindport_dashboard"
path = "src/lib.rs"
[dependencies.bindport-core]
version = "0.2.0"
[dependencies.bindport-registry]
version = "0.2.0"
[dependencies.serde_json]
version = "=1.0.146"