Cargo.lock 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. [root]
  2. name = "exa"
  3. version = "0.1.0"
  4. dependencies = [
  5. "ansi_term 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "getopts 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "natord 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "number_prefix 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "users 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  10. ]
  11. [[package]]
  12. name = "ansi_term"
  13. version = "0.4.2"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. dependencies = [
  16. "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  17. "regex_macros 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  18. ]
  19. [[package]]
  20. name = "getopts"
  21. version = "0.1.4"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. [[package]]
  24. name = "natord"
  25. version = "1.0.6"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. [[package]]
  28. name = "number_prefix"
  29. version = "0.2.1"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. [[package]]
  32. name = "regex"
  33. version = "0.1.10"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. [[package]]
  36. name = "regex_macros"
  37. version = "0.1.5"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. dependencies = [
  40. "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  41. ]
  42. [[package]]
  43. name = "users"
  44. version = "0.2.1"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"