feat(server): adapt doc loader for server native (#9942)

This commit is contained in:
darkskygit
2025-02-26 08:05:20 +00:00
parent e1fd8f5d80
commit d25b216311
17 changed files with 121 additions and 55 deletions
+2 -2
View File
@@ -7,10 +7,10 @@ version = "1.0.0"
crate-type = ["cdylib"]
[dependencies]
affine_common = { workspace = true }
affine_common = { workspace = true, features = ["doc-loader"] }
chrono = { workspace = true }
file-format = { workspace = true }
napi = { workspace = true }
napi = { workspace = true, features = ["async"] }
napi-derive = { workspace = true }
rand = { workspace = true }
sha3 = { workspace = true }