From 2d6a49662dd43cb1e852d61f3f500f22314c1c87 Mon Sep 17 00:00:00 2001 From: Luro02 <24826124+Luro02@users.noreply.github.com> Date: Sun, 19 Apr 2020 10:46:15 +0200 Subject: [PATCH] Add `perf`ormance feature --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 39e2beb..dda81a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,8 @@ categories = ["parser-implementations"] [features] default = [] +perf = [] + [badges] codecov = { repository = "sile/hls_m3u8" } travis-ci = { repository = "sile/hls_m3u8" }