| 123456789101112131415161718192021222324 |
- [root]
- name = "tarot"
- version = "0.0.1"
- dependencies = [
- "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "libc"
- version = "0.2.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "rand"
- version = "0.3.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [metadata]
- "checksum libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e030dc72013ed68994d1b2cbf36a94dd0e58418ba949c4b0db7eeb70a7a6352"
- "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d"
|