mirror of
https://git.sr.ht/~asya/copycat
synced 2024-11-16 06:58:43 -06:00
17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
|
# 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",
|
||
|
]
|