Cargo.lock 694 B

123456789101112131415161718192021222324
  1. [root]
  2. name = "exa"
  3. version = "0.1.0"
  4. dependencies = [
  5. "ansi_term 0.3.0 (git+https://github.com/ogham/rust-ansi-term.git)",
  6. "natord 1.0.0 (git+https://github.com/lifthrasiir/rust-natord.git)",
  7. "users 0.1.0 (git+https://github.com/ogham/rust-users)",
  8. ]
  9. [[package]]
  10. name = "ansi_term"
  11. version = "0.3.0"
  12. source = "git+https://github.com/ogham/rust-ansi-term.git#4b9ea6cf266053e1a771e75b935b4e54c586c139"
  13. [[package]]
  14. name = "natord"
  15. version = "1.0.0"
  16. source = "git+https://github.com/lifthrasiir/rust-natord.git#83ebf6e7999fe2646bca45d5f6800728a0bbd5c5"
  17. [[package]]
  18. name = "users"
  19. version = "0.1.0"
  20. source = "git+https://github.com/ogham/rust-users#221a1463d3e25acac41615186a1c7fdcf0ad36d7"