configure cargo release for this project
This commit is contained in:
parent
66a7850e28
commit
fe9cdc391a
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue