osclip/Cargo.lock

17 lines
371 B
Plaintext
Raw Normal View History

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