From a9e56d9d50d1f64cab7590f2c584a12b173e7715 Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Wed, 16 Jul 2025 21:16:44 +0200 Subject: [PATCH] add missing fields to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"