pinakes-core: book management foundation

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I379005c29a79a637a8e1fc3709907cd36a6a6964
This commit is contained in:
raf 2026-02-04 22:53:47 +03:00
commit bda36ac152
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
9 changed files with 420 additions and 0 deletions

View file

@ -116,6 +116,7 @@ argon2 = { version = "0.5.3", features = ["std"] }
# Misc
mime_guess = "2.0.5"
regex = "1.11"
# WASM runtime for plugins
wasmtime = { version = "30.0.2", features = ["component-model"] }