...
This commit is contained in:
@@ -11,11 +11,11 @@ categories = ["database", "caching", "api-bindings"]
|
||||
|
||||
[dependencies]
|
||||
# Core Redis functionality
|
||||
redis = "0.31.0"
|
||||
lazy_static = "1.4.0"
|
||||
redis = { workspace = true }
|
||||
lazy_static = { workspace = true }
|
||||
|
||||
# Rhai integration (optional)
|
||||
rhai = { version = "1.12.0", features = ["sync"], optional = true }
|
||||
rhai = { workspace = true, optional = true }
|
||||
|
||||
[features]
|
||||
default = ["rhai"]
|
||||
@@ -23,4 +23,4 @@ rhai = ["dep:rhai"]
|
||||
|
||||
[dev-dependencies]
|
||||
# For testing
|
||||
tempfile = "3.5"
|
||||
tempfile = { workspace = true }
|
||||
|
Reference in New Issue
Block a user