TMP
All checks were successful
CI / Typos (push) Successful in 17s
CI / Build and test (push) Successful in 2m33s
CI / Clippy (push) Successful in 3m26s
CI / Build and test (all features) (push) Successful in 9m17s

This commit is contained in:
2026-03-18 09:36:54 -07:00
parent 915d10bd0e
commit e7afca3010
11 changed files with 249 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ tracing = { workspace = true }
chrono = { workspace = true }
toml = { workspace = true }
smartstring = { workspace = true }
regex = { workspace = true }
blake3 = { workspace = true }
epub = { workspace = true }
kamadak-exif = { workspace = true }