1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-23 10:48:47 +00:00
hls_m3u8/Cargo.toml

11 lines
172 B
TOML
Raw Normal View History

2018-02-11 06:10:52 +00:00
[package]
name = "hls_m3u8"
version = "0.1.0"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
[dependencies]
2018-02-14 04:48:43 +00:00
chrono = "0.4"
2018-02-11 06:10:52 +00:00
trackable = "0.2"
2018-02-13 15:25:33 +00:00
[dev-dependencies]
clap = "2"