mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-23 08:22:41 +03:00
17 lines
387 B
TOML
17 lines
387 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
[[package]]
|
|
name = "manually-vendored"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|