1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-24 11:18:29 +00:00

add html_root_url

This commit is contained in:
Luro02 2020-04-09 08:15:58 +02:00
parent c6b1732c26
commit 41f81aebb3
No known key found for this signature in database
GPG key ID: B66FD4F74501A9CF
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "hls_m3u8"
version = "0.2.1"
version = "0.2.1" # remember to update html_root_url
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "HLS m3u8 parser/generator"
homepage = "https://github.com/sile/hls_m3u8"

View file

@ -1,3 +1,4 @@
#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.2.1")]
#![forbid(unsafe_code)]
#![warn(
clippy::pedantic, //