v0.3.2-pre.005
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# file: crates/ksp-store-lib/Cargo.toml
|
||||
# version: 1
|
||||
# version: 2
|
||||
|
||||
[package]
|
||||
name = "ksp-store-lib"
|
||||
@@ -12,6 +12,7 @@ default = ["postgres"]
|
||||
postgres = ["dep:ksp-store-postgres-lib"]
|
||||
|
||||
[dependencies]
|
||||
ksp-logging-lib = { path = "../ksp-logging-lib" }
|
||||
ksp-store-api = { path = "../ksp-store-api" }
|
||||
ksp-store-postgres-lib = { path = "../ksp-store-postgres-lib", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user