m3u8-rs/Cargo.toml

11 lines
264 B
TOML
Raw Normal View History

2016-06-03 18:56:45 +00:00
[package]
name = "m3u8-rs"
version = "1.0.0"
authors = ["Rutger"]
2016-06-03 19:12:53 +00:00
readme = "README.md"
repository = "https://github.com/rutgersc/m3u8-rs"
description = "A library for parsing m3u8 files (Apple's HTTP Live Streaming (HLS) protocol)."
2016-06-03 18:56:45 +00:00
[dependencies]
nom = "^1.2.3"