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

This commit is contained in:
2025-07-22 22:12:10 +02:00
parent 58647725f9
commit 0c33863c1d
6 changed files with 25 additions and 25 deletions

24
Cargo.lock generated
View File

@@ -73,6 +73,18 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
[[package]]
name = "drop-queue"
version = "0.0.1"
dependencies = [
"anyhow",
"async-trait",
"notmad",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "futures"
version = "0.3.31"
@@ -239,18 +251,6 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "nodrop"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"notmad",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "notmad"
version = "0.7.2"