mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +03:00
50 lines
1.3 KiB
TOML
50 lines
1.3 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "bar"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"byteorder 1.4.1 (git+https://github.com/BurntSushi/byteorder.git?tag=1.4.1)",
|
|
"byteorder 1.4.1 (git+https://github.com/BurntSushi/byteorder.git?rev=54ca336ec2b11a3036eb6a5951738b1a72692f12)",
|
|
"byteorder 1.4.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "baz"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bar",
|
|
"foo",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.1"
|
|
source = "git+https://github.com/BurntSushi/byteorder.git?tag=1.4.1#5617f231ebcab13292471d63263478a168dbd2bd"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.1"
|
|
source = "git+https://github.com/BurntSushi/byteorder.git?rev=54ca336ec2b11a3036eb6a5951738b1a72692f12#54ca336ec2b11a3036eb6a5951738b1a72692f12"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.2"
|
|
source = "git+https://github.com/BurntSushi/byteorder.git?tag=1.4.2#ca8c10a3f85e2c66781f7d12e90196e6923592d7"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.3"
|
|
source = "git+https://github.com/BurntSushi/byteorder.git?tag=1.4.3#abffade8232229db557e0a30c395963071624b2b"
|
|
|
|
[[package]]
|
|
name = "foo"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"byteorder 1.4.1 (git+https://github.com/BurntSushi/byteorder.git?tag=1.4.1)",
|
|
"byteorder 1.4.2",
|
|
"byteorder 1.4.3",
|
|
]
|