1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-18 00:12:54 +00:00
hls_m3u8/Cargo.toml
2018-02-15 05:27:06 +09:00

21 lines
466 B
TOML

[package]
name = "hls_m3u8"
version = "0.1.0"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
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"}
[dependencies]
chrono = "0.4"
trackable = "0.2"
[dev-dependencies]
clap = "2"