refactor the parser
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m56s
Rust / build (macos-latest, stable) (push) Has been cancelled
Rust / build (windows-latest, stable) (push) Has been cancelled

This commit is contained in:
2026-03-03 15:03:23 +07:00
parent 29c7a82d1d
commit e73d4e3da8
7 changed files with 240 additions and 17 deletions

1
Cargo.lock generated
View File

@@ -1243,6 +1243,7 @@ name = "common"
version = "1.0.0-beta"
dependencies = [
"anyhow",
"bech32",
"chrono",
"dirs 5.0.1",
"futures",