crane/extra-tests/dummy-does-not-depend-on-flake-source-via-path/Cargo.lock

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

17 lines
376 B
Plaintext
Raw Permalink Normal View History

2022-05-29 23:26:42 +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"
2022-05-29 23:26:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-13 05:57:37 +03:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-05-29 23:26:42 +03:00
[[package]]
name = "simple"
version = "0.1.0"
dependencies = [
"byteorder",
]