pscand-cli: cleanup

Fixes path expansion and scanner lock release. Among other things.

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia8695314852aaa4914f59da57351d1086a6a6964
This commit is contained in:
raf 2026-02-19 01:11:39 +03:00
commit 9bec96db1b
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 660 additions and 483 deletions

View file

@ -32,6 +32,7 @@ parking_lot = "0.12.5"
ringbuf = "0.4.8"
dirs = "6.0.0"
clap = { version = "4.5.59", features = ["derive"] }
sha2 = "0.10.9"
[profile.release]
lto = true