feat(api): implement PKError in rust-api

This commit is contained in:
alyssa 2025-08-10 00:25:29 +00:00
parent 7cc648ff50
commit 68a8a9d67e
9 changed files with 157 additions and 63 deletions

View file

@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
pluralkit_models = { path = "../models" }
pk_macros = { path = "../macros" }
libpk = { path = "../libpk" }
anyhow = { workspace = true }