feat: ready for crates.io publishing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-01-07 15:33:23 +01:00
parent f30b5ec305
commit 24503ab258
5 changed files with 22 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
[tasks.record]
description = "Record demo GIF from VHS tape"
run = "vhs assets/demo.tape"
[tasks.publish]
alias = "p"
description = "Publish noprocess to crates.io"
run = "cargo publish -p noprocess"