diff --git a/Cargo.toml b/Cargo.toml index c6cf6aa..b075edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" description = "Audio playback library" keywords = ["audio", "playback", "gamedev"] repository = "https://github.com/RustAudio/rodio" -documentation = "http://docs.rs/rodio" +documentation = "https://docs.rs/rodio" exclude = ["assets/**", "tests/**"] edition = "2021"