Refactor to break out scheduler
This commit is contained in:
24
crates/lib/Cargo.toml
Normal file
24
crates/lib/Cargo.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "lib"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
argon2 = "0.5.3"
|
||||
chrono = { version = "0.4.42", features = ["serde"] }
|
||||
log = "0.4.28"
|
||||
rand = "0.9.2"
|
||||
rand_chacha = "0.9.0"
|
||||
serde = { version = "1.0.226", features = ["derive"] }
|
||||
serde_json = "1.0.142"
|
||||
sqlx = { version = "0.8.6", features = ["runtime-tokio", "postgres", "chrono", "uuid"] }
|
||||
utoipa = { version = "5.4.0", features = ["chrono", "uuid", "actix_extras"] }
|
||||
uuid = { version = "1.18.1", features = ["serde", "v4"] }
|
||||
futures-util = "0.3.31"
|
||||
flate2 = "1.1.2"
|
||||
reqwest = "0.12.23"
|
||||
regex = "1.11.2"
|
||||
redis = { version = "0.32.5", features = ["tokio-comp", "connection-manager", "r2d2", "json"] }
|
||||
governor = "0.10.1"
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt", "time"] }
|
||||
rust-s3 = "0.37.0"
|
||||
Reference in New Issue
Block a user