Cargo.toml 319 B

12345678910111213141516
  1. [package]
  2. name = "exa"
  3. version = "0.1.0"
  4. authors = [ "ogham@bsago.me" ]
  5. [[bin]]
  6. name = "exa"
  7. [dependencies.ansi_term]
  8. git = "https://github.com/ogham/rust-ansi-term.git"
  9. [dependencies.users]
  10. git = "https://github.com/ogham/rust-users.git"
  11. [dependencies.natord]
  12. git = "https://github.com/lifthrasiir/rust-natord.git"