diff --git a/justfile b/justfile index ef927528..8353731e 100644 --- a/justfile +++ b/justfile @@ -106,3 +106,7 @@ deps: depgen: cargo deny check cargo deny list --format json | jq 'del(.unlicensed)' > dependencies.json + +procdump: + cargo build --bin komorebi + .\procdump.exe -ma -e -x . .\target\debug\komorebi.exe