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