test read xl.meta

This commit is contained in:
weisd
2024-08-14 17:03:53 +08:00
parent 10642afabf
commit 5677839d48
2 changed files with 10 additions and 0 deletions

8
Cargo.lock generated
View File

@@ -313,6 +313,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"base64-simd",
"byteorder",
"bytes",
"crc32fast",
"futures",
@@ -342,6 +343,7 @@ dependencies = [
"transform-stream",
"url",
"uuid",
"xxhash-rust",
]
[[package]]
@@ -1831,6 +1833,12 @@ version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
[[package]]
name = "xxhash-rust"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
[[package]]
name = "zeroize"
version = "1.8.1"

View File

@@ -39,6 +39,8 @@ hex-simd = "0.8.0"
path-clean = "1.0.1"
tokio-stream = "0.1.15"
rmp = "0.8.14"
byteorder = "1.5.0"
xxhash-rust = { version = "0.8.12", features = ["xxh64"] }
[target.'cfg(not(windows))'.dependencies]
openssl = "0.10.66"