Files
Notes/notes-service/vendor/reserve-port/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

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"