Ingen beskrivning

Cargo.lock 752B

123456789101112131415161718192021222324
  1. [root]
  2. name = "tarot"
  3. version = "0.0.1"
  4. dependencies = [
  5. "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
  6. ]
  7. [[package]]
  8. name = "libc"
  9. version = "0.2.19"
  10. source = "registry+https://github.com/rust-lang/crates.io-index"
  11. [[package]]
  12. name = "rand"
  13. version = "0.3.15"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. dependencies = [
  16. "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
  17. ]
  18. [metadata]
  19. "checksum libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e030dc72013ed68994d1b2cbf36a94dd0e58418ba949c4b0db7eeb70a7a6352"
  20. "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d"