mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2024-11-15 13:13:46 +00:00
ca07767eb4
upped nom dependency to 5.1.0
12 lines
347 B
TOML
12 lines
347 B
TOML
[package]
|
|
name = "m3u8-rs"
|
|
version = "1.0.5"
|
|
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 = "5.1.0"
|