Core is done

This commit is contained in:
2025-01-04 18:18:38 +01:00
parent b9843d65a1
commit 272c5d15c8
4 changed files with 150 additions and 29 deletions

7
Cargo.lock generated
View File

@@ -66,6 +66,12 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "anyhow"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
[[package]]
name = "atomic-waker"
version = "1.1.2"
@@ -209,6 +215,7 @@ dependencies = [
name = "ecb-exchange"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"quick-xml",
"reqwest",