osclip/Cargo.lock
Moritz Bitsch df43a24a37
refactor: replace base64_stream with base64
the base64_stream is not required anymore as the base64 crate also
contains a streaming interface
2024-04-03 09:33:43 +02:00

17 lines
371 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "base64"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
[[package]]
name = "osclip"
version = "0.1.0"
dependencies = [
"base64",
]