mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
feat(native): add events feature for yocto
This commit is contained in:
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
|
||||
anyhow = { workspace = true }
|
||||
napi = { workspace = true, features = ["anyhow", "napi4"] }
|
||||
napi-derive = { workspace = true }
|
||||
y-octo = { workspace = true, features = ["large_refs"] }
|
||||
y-octo = { workspace = true, features = ["events", "large_refs"] }
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user