Cargo.lock 938 B

123456789101112131415161718192021222324252627282930
  1. [root]
  2. name = "exa"
  3. version = "0.1.0"
  4. dependencies = [
  5. "ansi_term 0.4.0 (git+https://github.com/ogham/rust-ansi-term.git)",
  6. "natord 1.0.0 (git+https://github.com/lifthrasiir/rust-natord.git)",
  7. "number_prefix 0.2.0 (git+https://github.com/ogham/rust-number-prefix.git)",
  8. "users 0.1.0 (git+https://github.com/ogham/rust-users.git)",
  9. ]
  10. [[package]]
  11. name = "ansi_term"
  12. version = "0.4.0"
  13. source = "git+https://github.com/ogham/rust-ansi-term.git#19b6f71c716ec56fb960c84f3012fb374e8ac1e3"
  14. [[package]]
  15. name = "natord"
  16. version = "1.0.0"
  17. source = "git+https://github.com/lifthrasiir/rust-natord.git#83ebf6e7999fe2646bca45d5f6800728a0bbd5c5"
  18. [[package]]
  19. name = "number_prefix"
  20. version = "0.2.0"
  21. source = "git+https://github.com/ogham/rust-number-prefix.git#3f690804a3f1704ee92901561189514d0ea0a6ab"
  22. [[package]]
  23. name = "users"
  24. version = "0.1.0"
  25. source = "git+https://github.com/ogham/rust-users.git#221a1463d3e25acac41615186a1c7fdcf0ad36d7"