From b38b508366a80a2f1c163ae3623c79e883323201 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 9 Jul 2023 21:06:55 +0300 Subject: webmentions/queue: move JobQueue trait into kittybox-util The trait itself seems basic enough that it could be reused elsewhere. Better to keep it in a separate crate. `-util` is a dumping ground for various things anyway. --- kittybox-rs/util/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kittybox-rs/util/Cargo.toml') diff --git a/kittybox-rs/util/Cargo.toml b/kittybox-rs/util/Cargo.toml index b0b725c..f0653db 100644 --- a/kittybox-rs/util/Cargo.toml +++ b/kittybox-rs/util/Cargo.toml @@ -13,6 +13,9 @@ serde = { version = "^1.0.125", features = ["derive"] } serde_json = "^1.0.64" axum-core = "^0.2.6" http = "^0.2.7" +async-trait = "^0.1.50" +futures-util = "^0.3.14" +uuid = "^1.3.3" [dependencies.rand] version = "^0.8.5" optional = true -- cgit 1.4.1