m3u8-rs/Cargo.toml
Rutger Schoorstra 43c7321fb2 Version 1.0.6
2020-02-15 16:02:58 +01:00

13 lines
348 B
TOML

[package]
name = "m3u8-rs"
version = "1.0.6"
authors = ["Rutger"]
readme = "README.md"
repository = "https://github.com/rutgersc/m3u8-rs"
description = "A library for parsing m3u8 files (Apple's HTTP Live Streaming (HLS) protocol)."
documentation = "https://rutgersc.github.io/doc/m3u8_rs/index.html"
license = "MIT"
[dependencies]
nom = "^1.2.3"