1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-18 08:22:59 +00:00
hls_m3u8/Cargo.toml

20 lines
451 B
TOML
Raw Normal View History

2018-02-11 06:10:52 +00:00
[package]
name = "hls_m3u8"
2018-10-10 15:36:55 +00:00
version = "0.1.3"
2018-02-11 06:10:52 +00:00
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
2018-02-14 20:27:06 +00:00
description = "HLS m3u8 parser/generator"
homepage = "https://github.com/sile/hls_m3u8"
repository = "https://github.com/sile/hls_m3u8"
readme = "README.md"
license = "MIT"
keywords = ["hls", "m3u8"]
[badges]
travis-ci = {repository = "sile/hls_m3u8"}
codecov = {repository = "sile/hls_m3u8"}
2018-02-11 06:10:52 +00:00
[dependencies]
trackable = "0.2"
2018-02-13 15:25:33 +00:00
[dev-dependencies]
clap = "2"