From 9cc162ece7dcd7aac2ebeca0487714f7f8692beb Mon Sep 17 00:00:00 2001 From: Luro02 <24826124+Luro02@users.noreply.github.com> Date: Mon, 10 Feb 2020 12:46:22 +0100 Subject: [PATCH] format `Cargo.toml` --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1429f9e..135db77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"