feat(api): implement PKError in rust-api

This commit is contained in:
alyssa 2025-08-10 00:25:29 +00:00 committed by Iris System
parent 2aa7681d78
commit e7ee593a85
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 }