hlssimple/Cargo.toml

13 lines
302 B
TOML
Raw Normal View History

2023-06-18 10:50:58 +03:00
[package]
name = "hlssimple"
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/ivabus/hlssimple"
description = "HTTP server for hls streaming and nothing more"
[dependencies]
rocket = "0.5.0-rc.3"
clap = { version = "4.3.4", features = [ "derive" ] }
smurf = "0.2.0"