crane/checks/overlapping-targets/Cargo.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
389 B
Plaintext
Raw Normal View History

2021-12-31 07:12:52 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "byteorder"
2023-10-13 05:57:37 +03:00
version = "1.5.0"
2021-12-31 07:12:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-13 05:57:37 +03:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2021-12-31 07:12:52 +03:00
[[package]]
name = "overlapping-targets"
version = "0.1.0"
dependencies = [
"byteorder",
2021-12-31 07:12:52 +03:00
]