Cargo.lock 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "natord 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "number_prefix 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "users 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  9. ]
  10. [[package]]
  11. name = "ansi_term"
  12. version = "0.4.2"
  13. source = "registry+https://github.com/rust-lang/crates.io-index"
  14. dependencies = [
  15. "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  16. "regex_macros 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  17. ]
  18. [[package]]
  19. name = "natord"
  20. version = "1.0.6"
  21. source = "registry+https://github.com/rust-lang/crates.io-index"
  22. [[package]]
  23. name = "number_prefix"
  24. version = "0.2.1"
  25. source = "registry+https://github.com/rust-lang/crates.io-index"
  26. [[package]]
  27. name = "regex"
  28. version = "0.1.10"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. [[package]]
  31. name = "regex_macros"
  32. version = "0.1.5"
  33. source = "registry+https://github.com/rust-lang/crates.io-index"
  34. dependencies = [
  35. "regex 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  36. ]
  37. [[package]]
  38. name = "users"
  39. version = "0.2.1"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"