table struct

This commit is contained in:
2025-01-04 20:19:54 +01:00
parent 95504990b2
commit 4a83bb2b39
4 changed files with 95 additions and 0 deletions

17
Cargo.lock generated
View File

@@ -184,6 +184,16 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
[[package]]
name = "colored"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
dependencies = [
"lazy_static",
"windows-sys 0.59.0",
]
[[package]]
name = "core-foundation"
version = "0.9.4"
@@ -217,6 +227,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"colored",
"quick-xml",
"reqwest",
"serde",
@@ -661,6 +672,12 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.169"