new: implement converter (Successfully read current CSR XML)

This commit is contained in:
Wataru Otsubo 2025-01-31 00:36:19 +09:00
parent 51a074d2c0
commit 53c8cbd90f
5 changed files with 398 additions and 30 deletions

View file

@ -12,5 +12,8 @@ name = "endcap_sl_software_ri_generator"
path = "src/lib.rs"
[dependencies]
anyhow = "1.0.95"
env_logger = "0.11.6"
log = "0.4"
roxmltree = "0.20"
thiserror = "2.0"