[package] name = "lanparty-gateway" version.workspace = true edition.workspace = true [dependencies] anyhow.workspace = true bytes.workspace = true clap.workspace = true lanparty-ctrl = { path = "../lanparty-ctrl" } lanparty-proto = { path = "../lanparty-proto" } libc.workspace = true quinn.workspace = true rustls.workspace = true tokio.workspace = true [dev-dependencies] rcgen.workspace = true