From 0828c51e7116acad488158d6f897bea5457dc3c2 Mon Sep 17 00:00:00 2001 From: Rutger Date: Fri, 3 Jun 2016 21:12:53 +0200 Subject: [PATCH] extra crates.io metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1822426..875dcf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "m3u8-rs" version = "1.0.0" 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)." [dependencies] nom = "^1.2.3"