Skip to content

Commit

Permalink
Update authors field (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored Jan 20, 2024
1 parent 8683f93 commit 4536536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name = "weezl"
version = "0.1.7"
license = "MIT OR Apache-2.0"
description = "Fast LZW compression and decompression."
authors = ["HeroicKatora <andreas.molzer@gmx.de>"]
authors = ["The image-rs Developers"]
readme = "README.md"
repository = "https://github.com/image-rs/lzw.git"
repository = "https://github.com/image-rs/lzw"
documentation = "https://docs.rs/weezl"
edition = "2018"
exclude = ["benches/*.lzw"]
Expand Down

0 comments on commit 4536536

Please sign in to comment.