-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
32 lines (28 loc) · 836 Bytes
/
Cargo.lock
File metadata and controls
32 lines (28 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "bring_out_your_dead"
version = "0.1.0"
dependencies = [
"comment-parser",
]
[[package]]
name = "comment-parser"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84fb8ef0cdffc916f84bf2707ea4336fb2f3fd5665b3c71f0a2d8f2341c7e0e0"
dependencies = [
"detect-lang",
"line-span",
]
[[package]]
name = "detect-lang"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0507346abae214ef8128c9417d9f8ae0aa6aad5bbdf56b9a25440befbbf9c0ac"
[[package]]
name = "line-span"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29fc123b2f6600099ca18248f69e3ee02b09c4188c0d98e9a690d90dec3e408a"