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.
87 lines
2.2 KiB
87 lines
2.2 KiB
# 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.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73dd9b7b200044694dfede9edf907c1ca19630908443e9447e624993700c6932" |
|
dependencies = [ |
|
"difference", |
|
"predicates-core", |
|
] |
|
|
|
[[package]] |
|
name = "predicates-core" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb3dbeaaf793584e29c58c7e3a82bbb3c7c06b63cea68d13b0e3cddc124104dc" |
|
|
|
[[package]] |
|
name = "predicates-tree" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aee95d988ee893cb35c06b148c80ed2cd52c8eea927f50ba7a0be1a786aeab73" |
|
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", |
|
]
|
|
|