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

format Cargo.toml

This commit is contained in:
Luro02 2020-02-10 12:46:22 +01:00
parent acbe7e73da
commit 9cc162ece7
No known key found for this signature in database
GPG key ID: B66FD4F74501A9CF

View file

@ -12,17 +12,17 @@ edition = "2018"
categories = ["parser"]
[badges]
travis-ci = { repository = "sile/hls_m3u8" }
codecov = { repository = "sile/hls_m3u8" }
travis-ci = { repository = "sile/hls_m3u8" }
[dependencies]
thiserror = "1.0"
derive_builder = "0.9"
chrono = "0.4"
strum = { version = "0.17", features = ["derive"] }
derive_builder = "0.9"
derive_more = "0.99"
hex = "0.4"
shorthand = "0.1"
strum = { version = "0.17", features = ["derive"] }
thiserror = "1.0"
[dev-dependencies]
pretty_assertions = "0.6"