13 lines
316 B
TOML
13 lines
316 B
TOML
# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
|
|
[package]
|
|
name = "xcu-ingest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "XCU RTMP/WHIP Ingestor (OBS Studio Bridge)"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.37", features = ["full", "net"] }
|
|
bytes = "1.5"
|
|
tracing = "0.1"
|
|
anyhow = "1.0"
|