diff --git a/Cargo.toml b/Cargo.toml index a1cb86e..a92d435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "upkr" version = "0.2.3" edition = "2024" +description = "Simple LZ packer with relatively small unpackers" +license = "Unlicense" +reepository = "https://github.com/exoticorn/upkr" [profile.release] strip = "debuginfo"