bootstrap rust services, auth, and compose stack
This commit is contained in:
8
crates/parsers/Cargo.toml
Normal file
8
crates/parsers/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "parsers"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
3
crates/parsers/src/lib.rs
Normal file
3
crates/parsers/src/lib.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub fn supported_formats() -> &'static [&'static str] {
|
||||
&["cbz", "cbr", "pdf"]
|
||||
}
|
||||
Reference in New Issue
Block a user