rusty-nes/Cargo.lock
2022-08-23 22:11:25 +02:00

17 lines
375 B
TOML

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