WIP rust implementation

This commit is contained in:
Jacob Lifshay 2025-12-23 04:41:09 -08:00
parent 03bfdd3d99
commit 5247d69ebd
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
6 changed files with 1146 additions and 1 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "parse_powerisa_pdf"
version = "0.1.0"
edition = "2024"
license = "LGPL-3.0-or-later"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }