wip porting to rust
Some checks failed
/ test (push) Failing after 27s

This commit is contained in:
Jacob Lifshay 2026-01-02 16:09:43 -08:00
parent 718de40b09
commit c8cd234d8f
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
4 changed files with 529 additions and 141 deletions

View file

@ -11,6 +11,8 @@ categories = []
rust-version = "1.89.0"
[dependencies]
indexmap = "2.12.1"
libm = "0.2.15"
mupdf = { version = "0.5.0", default-features = false }
quick-xml = "0.38.4"
quick-xml = { version = "0.38.4", features = ["serialize"] }
serde = { version = "1.0.228", features = ["derive"] }