mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-11-25 08:31:00 +00:00
format Cargo.toml
This commit is contained in:
parent
acbe7e73da
commit
9cc162ece7
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue