Files: 229b9f1cfc11b985c177c23edce4f274862be578 / Cargo.lock
1447 bytesRaw
1 | [[package]] |
2 | name = "gcc" |
3 | version = "0.3.54" |
4 | source = "registry+https://github.com/rust-lang/crates.io-index" |
5 | |
6 | [[package]] |
7 | name = "libc" |
8 | version = "0.2.40" |
9 | source = "registry+https://github.com/rust-lang/crates.io-index" |
10 | |
11 | [[package]] |
12 | name = "metronome" |
13 | version = "0.1.0" |
14 | dependencies = [ |
15 | "ncurses 5.91.0 (registry+https://github.com/rust-lang/crates.io-index)", |
16 | ] |
17 | |
18 | [[package]] |
19 | name = "ncurses" |
20 | version = "5.91.0" |
21 | source = "registry+https://github.com/rust-lang/crates.io-index" |
22 | dependencies = [ |
23 | "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", |
24 | "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", |
25 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
26 | ] |
27 | |
28 | [[package]] |
29 | name = "pkg-config" |
30 | version = "0.3.11" |
31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
32 | |
33 | [metadata] |
34 | "checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" |
35 | "checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b" |
36 | "checksum ncurses 5.91.0 (registry+https://github.com/rust-lang/crates.io-index)" = "431cc11a5225e21cb85ea479858ac2e0b3c7a67c9506016cd8818de15dcdc8f1" |
37 | "checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f" |
38 |
Built with git-ssb-web