factorio_types/Cargo.lock

17 lines
379 B
Plaintext
Raw Normal View History

2023-11-24 01:52:50 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "factorio_types"
version = "0.1.0"
dependencies = [
"anyhow",
]