Add config for goreleaser

This commit is contained in:
2026-04-26 17:36:01 +02:00
parent 6dba9c2780
commit b42218a883
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
target/ target/
dist/

5
.goreleaser.yaml Normal file
View File

@@ -0,0 +1,5 @@
version: 2
builds:
- builder: rust
archives:
- formats: ["binary"]