diff options
author | Vika <vika@fireburn.ru> | 2023-07-01 20:32:42 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-07-09 01:42:47 +0300 |
commit | a23a0438847a8ae8409edf6445ea4f43990e249c (patch) | |
tree | 21963480c48c450acbc74f357f07cda09d1d15ff /kittybox-rs/Cargo.lock | |
parent | facd6f3bf34b5a1142363dc21d8270985020815d (diff) | |
download | kittybox-a23a0438847a8ae8409edf6445ea4f43990e249c.tar.zst |
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.
Diffstat (limited to 'kittybox-rs/Cargo.lock')
-rw-r--r-- | kittybox-rs/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
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", ] |