bootstrap rust services, auth, and compose stack

This commit is contained in:
2026-03-05 14:51:02 +01:00
parent 1238079454
commit 88db9805b5
25 changed files with 3576 additions and 22 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "parsers"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
anyhow.workspace = true

View File

@@ -0,0 +1,3 @@
pub fn supported_formats() -> &'static [&'static str] {
&["cbz", "cbr", "pdf"]
}