WIP rust implementation
This commit is contained in:
parent
03bfdd3d99
commit
5247d69ebd
6 changed files with 1146 additions and 1 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"] }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue