lighthouse/common/unused_port/Cargo.toml

12 lines
297 B
TOML
Raw Normal View History

[package]
name = "unused_port"
version = "0.1.0"
edition = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lru_cache = { workspace = true }
lazy_static = { workspace = true }
parking_lot = { workspace = true }