every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
19
third_party/iroh-live/iroh-moq/Cargo.toml
vendored
Normal file
19
third_party/iroh-live/iroh-moq/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "iroh-moq"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "audio and video live streaming over iroh"
|
||||
authors = ["Franz Heinzmann <frando@n0.computer>"]
|
||||
repository = "https://github.com/n0-computer/iroh-live"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
iroh = "0.96"
|
||||
moq-lite = "0.10.1"
|
||||
n0-error = { version = "0.1.2", features = ["anyhow"] }
|
||||
n0-future = "0.3.1"
|
||||
tokio = { version = "1.48.0", features = ["sync"] }
|
||||
tokio-util = "0.7.17"
|
||||
tracing = "0.1.41"
|
||||
url = "2.5.7"
|
||||
web-transport-iroh = { version = "0.1.0", path = "../web-transport-iroh" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue