sqlx prepare added

This commit is contained in:
filipriec
2025-03-11 11:36:40 +01:00
parent fc6f033711
commit a24ef3d064
13 changed files with 164 additions and 55 deletions

View File

@@ -21,6 +21,8 @@ time = { version = "0.3.39", features = ["local-offset"] }
steel-derive = { git = "https://github.com/mattwparas/steel.git", branch = "master", package = "steel-derive" }
steel-core = { git = "https://github.com/mattwparas/steel.git", version = "0.6.0", features = ["anyhow", "dylibs", "sync"] }
thiserror = "2.0.12"
dashmap = "6.1.0"
lazy_static = "1.5.0"
[lib]
name = "server"