Cargo.lock 278 B

123456789101112
  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. ]
  7. [[package]]
  8. name = "ansi_term"
  9. version = "0.3.0"
  10. source = "git+https://github.com/ogham/rust-ansi-term.git#4b9ea6cf266053e1a771e75b935b4e54c586c139"