[package] name = "neshub" version = "0.1.0" description = "Muxes captured video, audio and input into one QUIC connection to the client" edition.workspace = true license.workspace = true repository.workspace = true [[bin]] name = "neshub" path = "src/main.rs" [dependencies] # The transport. One endpoint per box; clients dial it with a ticket. iroh = "1.0.0" anyhow.workspace = true clap.workspace = true libc.workspace = true serde.workspace = true serde_json.workspace = true tokio.workspace = true tracing.workspace = true tracing-subscriber.workspace = true base64 = "0.22" uuid = { version = "1", features = ["v7"] } nesprotocol = { path = "../../crates/nesprotocol" }