git ssb

0+

dinoworm ๐Ÿ› / metronome



Tree: 3d8b2ce9e48ed7fa3f000c5cbba21913998d3114

Files: 3d8b2ce9e48ed7fa3f000c5cbba21913998d3114 / Cargo.lock

1447 bytesRaw
1[[package]]
2name = "gcc"
3version = "0.3.54"
4source = "registry+https://github.com/rust-lang/crates.io-index"
5
6[[package]]
7name = "libc"
8version = "0.2.40"
9source = "registry+https://github.com/rust-lang/crates.io-index"
10
11[[package]]
12name = "metronome"
13version = "0.1.0"
14dependencies = [
15 "ncurses 5.91.0 (registry+https://github.com/rust-lang/crates.io-index)",
16]
17
18[[package]]
19name = "ncurses"
20version = "5.91.0"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22dependencies = [
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]]
29name = "pkg-config"
30version = "0.3.11"
31source = "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