diff --git a/Cargo.toml b/Cargo.toml index 875dcf9..7ff4f66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ 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)." +documentation = "https://rutgersc.github.io/doc/m3u8_rs/index.html" +license = "MIT" [dependencies] nom = "^1.2.3" diff --git a/README.md b/README.md index f40284c..09b630f 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ And add the crate to `lib.rs` extern crate m3u8_rs; ``` -Also available on [crates.io]() +Also available on [crates.io](https://crates.io/crates/m3u8-rs) # Documentation -Available [here]() +Available [here](https://rutgersc.github.io/doc/m3u8_rs/index.html) # Examples