init
This commit is contained in:
+5
-2
@@ -12,7 +12,7 @@ tower-sessions = "0.14"
|
||||
tower-sessions-sqlx-store = { version = "0.15", features = ["postgres"] }
|
||||
|
||||
sqlx = { version = "0.8", default-features = false, features = [
|
||||
"runtime-tokio", "tls-rustls", "postgres", "uuid", "time", "macros",
|
||||
"runtime-tokio", "tls-rustls", "postgres", "uuid", "time", "macros", "rust_decimal",
|
||||
] }
|
||||
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
@@ -32,6 +32,9 @@ thiserror = "2"
|
||||
anyhow = "1"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
time = { version = "0.3", features = ["serde"] }
|
||||
time = { version = "0.3", features = ["serde", "serde-well-known"] }
|
||||
uuid = { version = "1", features = ["v4", "serde"] }
|
||||
rust_decimal = { version = "1", features = ["serde-float"] }
|
||||
dotenvy = "0.15"
|
||||
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "gzip"] }
|
||||
url = "2"
|
||||
|
||||
Reference in New Issue
Block a user