forked from libre-chip/cpu
wip parsing the xml
This commit is contained in:
parent
e4a7d9f59c
commit
8c02483b65
5 changed files with 967 additions and 0 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -279,6 +279,7 @@ dependencies = [
|
|||
"fayalite",
|
||||
"hex-literal",
|
||||
"parse_powerisa_pdf",
|
||||
"roxmltree",
|
||||
"serde",
|
||||
"sha2",
|
||||
"simple-mermaid",
|
||||
|
|
@ -897,6 +898,15 @@ dependencies = [
|
|||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "roxmltree"
|
||||
version = "0.21.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustc-hash"
|
||||
version = "2.1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue