rust/build_system/Cargo.lock

17 lines
361 B
Plaintext
Raw Normal View History

2023-08-18 09:06:20 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "boml"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85fdb93f04c73bff54305fa437ffea5449c41edcaadfe882f35836206b166ac5"
2023-08-18 09:06:20 -05:00
[[package]]
name = "y"
version = "0.1.0"
dependencies = [
"boml",
]