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.toml | |
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.toml')
-rw-r--r-- | kittybox-rs/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kittybox-rs/Cargo.toml b/kittybox-rs/Cargo.toml index 4c7670d..8f9dff6 100644 --- a/kittybox-rs/Cargo.toml +++ b/kittybox-rs/Cargo.toml @@ -81,6 +81,7 @@ serde_urlencoded = "^0.7.0" # `x-www-form-urlencoded` meets Serde serde_variant = "^0.1.1" # Retrieve serde provided variant names for enum objects relative-path = "^1.5.0" # Portable relative paths for Rust sha2 = "^0.9.8" # SHA-2 series of algorithms for Rust +uuid = "^1.3.3" tracing = { version = "0.1.34", features = [] } tracing-tree = "0.2.1" tracing-log = "0.1.3" |