2 Commits

Author SHA1 Message Date
a3f2c33d04 Add renovate.json
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-07-05 00:51:05 +00:00
aaf3a72d3b feat: allow readme
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-04 13:28:28 +02:00
3 changed files with 11 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -645,7 +645,7 @@ dependencies = [
[[package]]
name = "noleader"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"async-nats",

View File

@@ -1,7 +1,12 @@
[package]
name = "noleader"
version = "0.1.0"
edition = "2021"
edition = "2024"
readme = "../../README.md"
version.workspace = true
license.workspace = true
repository = "https://git.front.kjuulh.io/kjuulh/noleader"
authors = ["kjuulh <contact@kasperhermansen.com>"]
description = "A small leader election package using NATS keyvalue store as the distributed locking mechanism. Does not require a min / max set of nodes"
[dependencies]
anyhow.workspace = true

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}