mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
feat: remove yrs (#4153)
This commit is contained in:
@@ -7,15 +7,14 @@ edition = "2021"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
jwst = { git = "https://github.com/toeverything/OctoBase.git" }
|
||||
jwst-codec = { git = "https://github.com/toeverything/OctoBase.git" }
|
||||
jwst-core = { git = "https://github.com/toeverything/OctoBase.git" }
|
||||
jwst-storage = { git = "https://github.com/toeverything/OctoBase.git" }
|
||||
napi = { version = "2", default-features = false, features = [
|
||||
"napi5",
|
||||
"async",
|
||||
] }
|
||||
napi-derive = { version = "2", features = ["type-def"] }
|
||||
yrs = { version = "0.16.5" }
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = "2"
|
||||
|
||||
@@ -6,8 +6,8 @@ use std::{
|
||||
path::PathBuf,
|
||||
};
|
||||
|
||||
use jwst::BlobStorage;
|
||||
use jwst_codec::Doc;
|
||||
use jwst_core::BlobStorage;
|
||||
use jwst_storage::{BlobStorageType, JwstStorage, JwstStorageError};
|
||||
use napi::{bindgen_prelude::*, Error, Result, Status};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user