pinakes-plugin-api: expand test coverage; fix merge conflicts

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I34e7c6d382ab7f4b6cf98ede9b7116056a6a6964
This commit is contained in:
raf 2026-02-05 11:11:49 +03:00
commit 3abfe6a79b
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
9 changed files with 631 additions and 128 deletions

View file

@ -25,3 +25,6 @@ wit-bindgen = { workspace = true, optional = true }
[features]
default = []
wasm = ["wit-bindgen"]
[dev-dependencies]
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }