-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (27 loc) · 948 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "TimedMutes"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
diesel = { version = "2.2.2", features = ["sqlite", "r2d2"] }
actix-web-httpauth = "0.8.2"
actix-cors = "0.7.0"
dotenvy = "0.15.7"
actix-rt = "2.10.0"
actix-web = "4.8.0"
env_logger = "0.11.4"
serde = { version = "1.0.204", features = ["derive"] }
chrono = "0.4.38"
bsky-sdk = "0.1.6"
ipld-core = "0.4.1"
tokio-cron-scheduler = { version = "0.10.2", features = ["signal"] }
tokio = { version = "1.39.1", features = ["rt", "rt-multi-thread", "macros"] }
actix-session = { version = "0.9.0", features = ["redis-rs-session", "cookie-session"] }
utoipa = { version = "4.2.3", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"] }
utoipa-redoc = { version = "4.0.0", features = ["actix-web"] }
utoipa-rapidoc = { version = "4.0.0", features = ["actix-web"] }
derive_more = "0.99.18"
[[bin]]
name = "TimedMutes"