24 lines
572 B
Plaintext
24 lines
572 B
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "anyhow"
|
||
|
version = "1.0.86"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
||
|
|
||
|
[[package]]
|
||
|
name = "base64"
|
||
|
version = "0.22.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "reuqm"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"base64",
|
||
|
]
|