v0.2.0 #7

Merged
PlexSheep merged 15 commits from devel into master 2024-05-24 09:31:17 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 18008e9c41 - Show all commits

View File

@ -12,6 +12,6 @@ repository = "https://git.cscherr.de/PlexSheep/hedu"
keywords = ["hexdumper"]
[dependencies]
libpt = { version = "0.5.1", features = ["bintols"], default-features = false }
libpt = { version = "0.5.1", features = ["bintols", "log"], default-features = false }
clap = { version = "4.4.4", features = ["derive", "help"] }
anyhow = "1.0.79"