mv lib-sqlite to shared-lib

This commit is contained in:
appflowy
2021-11-27 21:59:20 +08:00
parent 3abd5b953e
commit 271cd0dd61
13 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ diesel = {version = "1.4.8", features = ["sqlite"]}
diesel_derives = {version = "1.4.1", features = ["sqlite"]}
diesel_migrations = {version = "1.4.0", features = ["sqlite"]}
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
lib-sqlite = { path = "../lib-sqlite" }
lib-sqlite = { path = "../../../shared-lib/lib-sqlite" }
lazy_static = "1.4.0"
protobuf = {version = "2.18.0"}
log = "0.4.14"