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