feat(api): implement PKError in rust-api

This commit is contained in:
alyssa 2025-08-10 00:25:29 +00:00
parent a49dbefe83
commit 214f164fbc
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 }