We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdef144 commit 95838fcCopy full SHA for 95838fc
1 file changed
justfile
@@ -106,3 +106,7 @@ deps:
106
depgen:
107
cargo deny check
108
cargo deny list --format json | jq 'del(.unlicensed)' > dependencies.json
109
+
110
+procdump:
111
+ cargo build --bin komorebi
112
+ .\procdump.exe -ma -e -x . .\target\debug\komorebi.exe
0 commit comments