15 lines
278 B
TOML
15 lines
278 B
TOML
[package]
|
|
name = "rtmp-to-whip-simple-server"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
async-broadcast = "0.7.2"
|
|
bytes = "1.11.1"
|
|
dashmap = "6.2.1"
|
|
rand = "0.10.1"
|
|
rml_rtmp = "0.8.0"
|
|
str0m = "0.20.0"
|
|
tiny_http = "0.12.0"
|
|
tokio = { version = "1", features = ["full"] }
|