From a23a0438847a8ae8409edf6445ea4f43990e249c Mon Sep 17 00:00:00 2001 From: Vika Date: Sat, 1 Jul 2023 20:32:42 +0300 Subject: Create a job queue based on Postgres It's generic enough to be used for anything, but for now it's only gonna be used for webmentions. --- kittybox-rs/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'kittybox-rs/Cargo.lock') diff --git a/kittybox-rs/Cargo.lock b/kittybox-rs/Cargo.lock index 36a785a..f3a0bfb 100644 --- a/kittybox-rs/Cargo.lock +++ b/kittybox-rs/Cargo.lock @@ -1503,6 +1503,7 @@ dependencies = [ "tracing-test", "tracing-tree", "url", + "uuid 1.3.3", "webauthn-rs", "wiremock", ] -- cgit 1.4.1