mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-06 03:06:04 +00:00
* chore(main): release 0.13.5 * chore: update Cargo.lock Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: stoat-release[bot] <245062572+stoat-release[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
38 lines
921 B
TOML
38 lines
921 B
TOML
[package]
|
|
name = "revolt-crond"
|
|
version = "0.13.5"
|
|
license = "AGPL-3.0-or-later"
|
|
authors = ["Paul Makles <me@insrt.uk>"]
|
|
edition = "2021"
|
|
description = "Revolt Daemon Service: Timed data clean up tasks"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# Utility
|
|
log = { workspace = true }
|
|
|
|
# Async
|
|
tokio = { workspace = true }
|
|
|
|
# Redis
|
|
redis-kiss = { workspace = true }
|
|
|
|
# RabbitMQ
|
|
lapin = { workspace = true }
|
|
futures-lite = { workspace = true }
|
|
|
|
# Processing
|
|
serde_json = { workspace = true }
|
|
revolt_optional_struct = { workspace = true }
|
|
serde = { workspace = true }
|
|
iso8601-timestamp = { workspace = true, features = ["serde", "bson"] }
|
|
|
|
# Core
|
|
revolt-database = { workspace = true }
|
|
revolt-result = { workspace = true }
|
|
revolt-config = { workspace = true }
|
|
revolt-files = { workspace = true }
|
|
revolt-permissions = { workspace = true }
|