add missing fields to Cargo.toml

This commit is contained in:
2025-07-16 21:16:44 +02:00
parent 1e4beedfee
commit a9e56d9d50

View File

@@ -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"