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

This commit is contained in:
2025-07-22 22:17:17 +02:00
parent ca0eaa2492
commit 9fb20eb5d4
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -75,7 +75,7 @@ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
[[package]] [[package]]
name = "drop-queue" name = "drop-queue"
version = "0.0.1" version = "0.0.3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View File

@@ -5,6 +5,7 @@ description = "drop-queue, is a simple drop queue system for async operations. (
license = "MIT" license = "MIT"
repository = "https://github.com/kjuulh/drop-queue" repository = "https://github.com/kjuulh/drop-queue"
authors = ["kjuulh <contact@kasperhermansen.com>"] authors = ["kjuulh <contact@kasperhermansen.com>"]
readme = "./../../README.md"
version.workspace = true version.workspace = true