...
This commit is contained in:
@@ -11,24 +11,24 @@ categories = ["database", "api-bindings"]
|
||||
|
||||
[dependencies]
|
||||
# PostgreSQL client dependencies
|
||||
postgres = "0.19.4"
|
||||
postgres-types = "0.2.5"
|
||||
tokio-postgres = "0.7.8"
|
||||
postgres = { workspace = true }
|
||||
postgres-types = { workspace = true }
|
||||
tokio-postgres = { workspace = true }
|
||||
|
||||
# Connection pooling
|
||||
r2d2 = "0.8.10"
|
||||
r2d2_postgres = "0.18.2"
|
||||
r2d2 = { workspace = true }
|
||||
r2d2_postgres = { workspace = true }
|
||||
|
||||
# Utility dependencies
|
||||
lazy_static = "1.4.0"
|
||||
thiserror = "2.0.12"
|
||||
lazy_static = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
# Rhai scripting support
|
||||
rhai = { version = "1.12.0", features = ["sync"] }
|
||||
rhai = { workspace = true }
|
||||
|
||||
# SAL dependencies
|
||||
sal-virt = { path = "../virt" }
|
||||
sal-virt = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.5"
|
||||
tokio-test = "0.4.4"
|
||||
tempfile = { workspace = true }
|
||||
tokio-test = { workspace = true }
|
||||
|
Reference in New Issue
Block a user