diff --git a/Cargo.toml b/Cargo.toml index e70ff49..5b48303 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" description = "Fast LZW compression and decompression." authors = ["The image-rs Developers"] readme = "README.md" -repository = "https://github.com/image-rs/lzw" +repository = "https://github.com/image-rs/weezl" documentation = "https://docs.rs/weezl" edition = "2018" exclude = ["benches/*.lzw"]