From 63862078db9c847e608f111ec2f04c8b594fde16 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Thu, 15 Feb 2018 05:27:06 +0900 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4701571..e4779db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,16 @@ name = "hls_m3u8" version = "0.1.0" authors = ["Takeru Ohta "] +description = "HLS m3u8 parser/generator" +homepage = "https://github.com/sile/hls_m3u8" +repository = "https://github.com/sile/hls_m3u8" +readme = "README.md" +license = "MIT" +keywords = ["hls", "m3u8"] + +[badges] +travis-ci = {repository = "sile/hls_m3u8"} +codecov = {repository = "sile/hls_m3u8"} [dependencies] chrono = "0.4"