refactor: adapt latest octobase

This commit is contained in:
linonetwo
2023-01-31 22:29:21 +08:00
parent 7b6addbe28
commit 44d9fbf264
9 changed files with 594 additions and 150 deletions
+11 -6
View File
@@ -11,7 +11,7 @@ rust-version = "1.57"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = {version = "1.2", features = [] }
tauri-build = { version = "1.2", features = [] }
[dependencies]
bytes = "1.3.0"
@@ -19,24 +19,29 @@ ipc_types = { path = "./types" }
futures = "^0.3.25"
js-sys = "0.3.60"
jwst = { path = "../src-OctoBase/libs/jwst" }
jwst-storage = { path = "../src-OctoBase/libs/jwst-storage", features = ["sqlite", "server"] }
lib0 = "0.12.0"
jwst-storage = { path = "../src-OctoBase/libs/jwst-storage", features = [
"sqlite",
] }
cloud-database = { path = "../src-OctoBase/libs/cloud-database", features = [
"sqlite",
] }
project-root = "0.2.2"
schemars = "0.8.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dotenvy = "0.15.6"
tauri = {version = "1.2", features = ["api-all", "devtools"] }
tauri = { version = "1.2", features = ["api-all", "devtools"] }
tokio = { version = "1.23.0", features = ["rt", "macros"] }
lib0 = "0.12.0"
yrs = { path = "../src-OctoBase/libs/vendors/y-crdt/yrs" }
[features]
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
default = [ "custom-protocol" ]
default = ["custom-protocol"]
# this feature is used used for production builds where `devPath` points to the filesystem
# DO NOT remove this
custom-protocol = [ "tauri/custom-protocol" ]
custom-protocol = ["tauri/custom-protocol"]
[profile.release.package.wry]
debug = true