every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
23
crates/ec-moq/Cargo.toml
Normal file
23
crates/ec-moq/Cargo.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[package]
|
||||
name = "ec-moq"
|
||||
version = "0.0.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
bytes = "1"
|
||||
ec-core = { path = "../ec-core" }
|
||||
ec-iroh = { path = "../ec-iroh" }
|
||||
iroh = "0.96"
|
||||
iroh-moq = { path = "../../third_party/iroh-live/iroh-moq" }
|
||||
moq-lite = "0.10.1"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
tokio = { version = "1", features = ["sync", "rt", "macros"] }
|
||||
tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
blake3.workspace = true
|
||||
ec-crypto = { path = "../ec-crypto" }
|
||||
hex = "0.4"
|
||||
Loading…
Add table
Add a link
Reference in a new issue