mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
23 lines
529 B
TOML
23 lines
529 B
TOML
[package]
|
|
name = "scheduled_tasks"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
libpk = { path = "../libpk" }
|
|
|
|
anyhow = { workspace = true }
|
|
chrono = { workspace = true }
|
|
fred = { workspace = true }
|
|
lazy_static = { workspace = true }
|
|
metrics = { workspace = true }
|
|
reqwest = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
sqlx = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|
|
twilight-http = { workspace = true }
|
|
|
|
croner = "2.1.0"
|
|
num-format = "0.4.4"
|