17 lines
454 B
TOML
17 lines
454 B
TOML
[package]
|
|
name = "reserve-port"
|
|
authors = ["Joseph Lenton <josephlenton@gmail.com>"]
|
|
version = "2.5.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
description = "For finding free local ports and reserving them"
|
|
keywords = ["port", "scanner"]
|
|
categories = []
|
|
repository = "https://github.com/JosephLenton/reserve-port"
|
|
documentation = "https://docs.rs/reserve-port/latest/reserve-port"
|
|
readme = "README.md"
|
|
rust-version = "1.85"
|
|
|
|
[dependencies]
|
|
thiserror = "2.0.18"
|