mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
2.2 KiB
88 lines
2.2 KiB
4 years ago
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
[[package]]
|
||
|
name = "assert_cmd"
|
||
|
version = "1.0.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e"
|
||
|
dependencies = [
|
||
|
"doc-comment",
|
||
|
"predicates",
|
||
|
"predicates-core",
|
||
|
"predicates-tree",
|
||
|
"wait-timeout",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "changes"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"assert_cmd",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "changes_test"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"changes",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "difference"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
||
|
|
||
|
[[package]]
|
||
|
name = "doc-comment"
|
||
|
version = "0.3.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.81"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
|
||
|
|
||
|
[[package]]
|
||
|
name = "predicates"
|
||
|
version = "1.0.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "96bfead12e90dccead362d62bb2c90a5f6fc4584963645bc7f71a735e0b0735a"
|
||
|
dependencies = [
|
||
|
"difference",
|
||
|
"predicates-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "predicates-core"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
|
||
|
|
||
|
[[package]]
|
||
|
name = "predicates-tree"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
|
||
|
dependencies = [
|
||
|
"predicates-core",
|
||
|
"treeline",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "treeline"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
|
||
|
|
||
|
[[package]]
|
||
|
name = "wait-timeout"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
]
|