This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user