mirror of
https://github.com/13hannes11/ics-proxy.git
synced 2024-09-06 08:01:41 +02:00
add any pool in prep for differenc db backends
This commit is contained in:
@@ -12,5 +12,5 @@ url = "2.5"
|
|||||||
reqwest = { version = "0.12", features = ["blocking"] }
|
reqwest = { version = "0.12", features = ["blocking"] }
|
||||||
tera = "1.20"
|
tera = "1.20"
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
sqlx = { version = "0.8", features = ["sqlite", "tls-rustls", "runtime-tokio"] }
|
sqlx = { version = "0.8", features = ["sqlite", "any", "tls-rustls", "runtime-tokio"] }
|
||||||
chrono = "0.4.38"
|
chrono = "0.4.38"
|
||||||
|
|||||||
Reference in New Issue
Block a user