mirror of
https://github.com/sile/hls_m3u8.git
synced 2025-01-03 08:58:41 +00:00
add html_root_url
This commit is contained in:
parent
c6b1732c26
commit
41f81aebb3
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.2.1")]
|
||||
#![forbid(unsafe_code)]
|
||||
#![warn(
|
||||
clippy::pedantic, //
|
||||
|
|
Loading…
Reference in a new issue