make it work with my version

This commit is contained in:
2026-07-05 23:52:34 +03:00
parent d9ea4356de
commit 65ce5d0771
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
clap = "4.6.1"
pklib = "0.2.0"
pklib = { git = "https://github.com/fgRuslan/pklib-rs", branch = "main" }
rawzip = "0.4.4"
[profile.release]