1
0
Fork 0
mirror of https://git.sr.ht/~asya/copycat synced 2024-09-27 22:18:23 +00:00
copycat/Cargo.lock
AsyaTheAbove d095cd4055 Initial commit
Signed-off-by: AsyaTheAbove <asya@waifu.club>
2023-08-19 18:03:46 +03:00

17 lines
375 B
TOML

# 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",
]