feat: allow readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kjuulh 2025-07-04 13:27:57 +02:00
parent 643d87895b
commit aaf3a72d3b
2 changed files with 8 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