mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-20 01:35:19 +03:00
30 lines
622 B
TOML
30 lines
622 B
TOML
[package]
|
|
name = "neshub"
|
|
version = "0.2.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]
|
|
iroh = "1.1.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
|
|
|
|
bytes = "1"
|
|
base64 = "0.22"
|
|
uuid = { version = "1", features = ["v7"] }
|
|
|
|
nesprotocol = { path = "../../crates/nesprotocol" }
|