mirror of
https://github.com/ivabus/hlssimple
synced 2024-11-10 02:25:16 +03:00
13 lines
302 B
TOML
13 lines
302 B
TOML
|
[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"
|