Files
basic-computer-games/53_King/rust/Cargo.lock
2023-08-29 21:00:08 +02:00

17 lines
372 B
TOML

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