feat(native): add events feature for yocto

This commit is contained in:
DarkSky
2025-11-15 21:16:57 +08:00
parent e52bcb7fd6
commit 29cb937493
4 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -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 }