configure cargo release for this project

This commit is contained in:
judge 2025-11-23 13:12:21 +01:00
parent 66a7850e28
commit fe9cdc391a
No known key found for this signature in database
GPG key ID: 6512C30DD8E017B5

View file

@ -5,6 +5,10 @@ edition = "2024"
author = "ju6ge <judge@felixrichter.tech>"
license = "AGPL-3.0"
[package.metadata.release]
tag-name = "{{version}}"
publish = false
[dependencies]
tokio = { version = "1.47.1", features = ["full"] }
paperless-api-client = "6.0.1"