forked from LinusU/emoji-commit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
53 lines (46 loc) · 2.16 KB
/
Cargo.lock
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[root]
name = "emoji-commit"
version = "0.1.2"
dependencies = [
"default-editor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"emoji-commit-type 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log-update 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"termion 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ansi-escapes"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "default-editor"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "emoji-commit-type"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "log-update"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ansi-escapes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "termion"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum ansi-escapes 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "163bff5f88583fe2d90e3002ea2a3b613c93b5e3eb84daf7fd539032e32a68b3"
"checksum default-editor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1f287fe0eef3f4f016d56ac9a4ef3d03294dfbcc6765c4b5916079ad23985702"
"checksum emoji-commit-type 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa98cf0c3fe955ce0fc441fd45931c80076bf16e31dd20860fb9a851542d0034"
"checksum libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "044d1360593a78f5c8e5e710beccdc24ab71d1f01bc19a29bcacdba22e8475d8"
"checksum log-update 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f04940d2443eee57bf0a6e9751a96c1d8af76ff02d8380b1fc0cc67acd393e5"
"checksum termion 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d94a5aea537a27dd9412585d7d77f2c382a2361f2b6a7cf0a6a56ea04aa5b71a"