now using postgres
This commit is contained in:
@@ -11,7 +11,7 @@ clap = { version = "4.6.0", features = ["derive"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
# slimes = { version = "1.0.0", path = ".." }
|
||||
sqlx = { version = "0.8.6", features = ["chrono", "sqlite", "runtime-tokio"] }
|
||||
sqlx = { version = "0.8.6", features = ["chrono", "runtime-tokio", "postgres"] }
|
||||
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
|
||||
tower-http = { version = "0.6.8", features = ["fs", "cors"] }
|
||||
tower_governor = "0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user