1
0
Fork 0
mirror of https://git.sr.ht/~asya/copycat synced 2024-09-28 00:18:27 +00:00
copycat/Cargo.lock

17 lines
375 B
Plaintext
Raw Normal View History

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