mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
mv lib-sqlite to shared-lib
This commit is contained in:
parent
3abd5b953e
commit
271cd0dd61
13 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
||||||
members = [
|
members = [
|
||||||
"lib-dispatch",
|
"lib-dispatch",
|
||||||
"lib-log",
|
"lib-log",
|
||||||
"lib-sqlite",
|
|
||||||
"lib-infra",
|
"lib-infra",
|
||||||
"flowy-sdk",
|
"flowy-sdk",
|
||||||
"dart-ffi",
|
"dart-ffi",
|
||||||
|
|
|
@ -9,4 +9,4 @@ edition = "2018"
|
||||||
diesel = {version = "1.4.8", features = ["sqlite"]}
|
diesel = {version = "1.4.8", features = ["sqlite"]}
|
||||||
diesel_derives = {version = "1.4.1", features = ["sqlite"]}
|
diesel_derives = {version = "1.4.1", features = ["sqlite"]}
|
||||||
diesel_migrations = {version = "1.4.0", features = ["sqlite"]}
|
diesel_migrations = {version = "1.4.0", features = ["sqlite"]}
|
||||||
lib-sqlite = {path = "../lib-sqlite" }
|
lib-sqlite = { path = "../../../shared-lib/lib-sqlite" }
|
|
@ -10,13 +10,13 @@ flowy-user-infra = { path = "../../../shared-lib/flowy-user-infra" }
|
||||||
backend-service = { path = "../../../shared-lib/backend-service" }
|
backend-service = { path = "../../../shared-lib/backend-service" }
|
||||||
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
||||||
lib-ws = { path = "../../../shared-lib/lib-ws" }
|
lib-ws = { path = "../../../shared-lib/lib-ws" }
|
||||||
|
lib-sqlite = { path = "../../../shared-lib/lib-sqlite" }
|
||||||
|
|
||||||
derive_more = {version = "0.99", features = ["display"]}
|
derive_more = {version = "0.99", features = ["display"]}
|
||||||
flowy-database = { path = "../flowy-database" }
|
flowy-database = { path = "../flowy-database" }
|
||||||
dart-notify = { path = "../dart-notify" }
|
dart-notify = { path = "../dart-notify" }
|
||||||
lib-dispatch = { path = "../lib-dispatch" }
|
lib-dispatch = { path = "../lib-dispatch" }
|
||||||
lib-infra = { path = "../lib-infra" }
|
lib-infra = { path = "../lib-infra" }
|
||||||
lib-sqlite = { path = "../lib-sqlite" }
|
|
||||||
|
|
||||||
tracing = { version = "0.1", features = ["log"] }
|
tracing = { version = "0.1", features = ["log"] }
|
||||||
bytes = "1.0"
|
bytes = "1.0"
|
||||||
|
|
|
@ -10,6 +10,7 @@ flowy-workspace-infra = { path = "../../../shared-lib/flowy-workspace-infra" }
|
||||||
flowy-document-infra = { path = "../../../shared-lib/flowy-document-infra" }
|
flowy-document-infra = { path = "../../../shared-lib/flowy-document-infra" }
|
||||||
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
||||||
lib-ot = { path = "../../../shared-lib/lib-ot" }
|
lib-ot = { path = "../../../shared-lib/lib-ot" }
|
||||||
|
lib-sqlite = { path = "../../../shared-lib/lib-sqlite" }
|
||||||
backend-service = { path = "../../../shared-lib/backend-service" }
|
backend-service = { path = "../../../shared-lib/backend-service" }
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,7 +19,6 @@ flowy-database = { path = "../flowy-database" }
|
||||||
dart-notify = { path = "../dart-notify" }
|
dart-notify = { path = "../dart-notify" }
|
||||||
lib-dispatch = { path = "../lib-dispatch" }
|
lib-dispatch = { path = "../lib-dispatch" }
|
||||||
lib-infra = { path = "../lib-infra" }
|
lib-infra = { path = "../lib-infra" }
|
||||||
lib-sqlite = { path = "../lib-sqlite" }
|
|
||||||
|
|
||||||
|
|
||||||
parking_lot = "0.11"
|
parking_lot = "0.11"
|
||||||
|
|
|
@ -11,7 +11,7 @@ diesel = {version = "1.4.8", features = ["sqlite"]}
|
||||||
diesel_derives = {version = "1.4.1", features = ["sqlite"]}
|
diesel_derives = {version = "1.4.1", features = ["sqlite"]}
|
||||||
diesel_migrations = {version = "1.4.0", features = ["sqlite"]}
|
diesel_migrations = {version = "1.4.0", features = ["sqlite"]}
|
||||||
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
flowy-derive = { path = "../../../shared-lib/flowy-derive" }
|
||||||
lib-sqlite = { path = "../lib-sqlite" }
|
lib-sqlite = { path = "../../../shared-lib/lib-sqlite" }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
protobuf = {version = "2.18.0"}
|
protobuf = {version = "2.18.0"}
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
|
|
|
@ -5,6 +5,7 @@ members = [
|
||||||
"flowy-document-infra",
|
"flowy-document-infra",
|
||||||
"lib-ot",
|
"lib-ot",
|
||||||
"lib-ws",
|
"lib-ws",
|
||||||
|
"lib-sqlite",
|
||||||
"backend-service",
|
"backend-service",
|
||||||
"flowy-derive",
|
"flowy-derive",
|
||||||
"flowy-ast",
|
"flowy-ast",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue