Cargo.toml 247 B

123456789101112
  1. [package]
  2. name = "cab"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <cab@infinitenegativeutility.com>"]
  5. license = "BSD3"
  6. description = "A convenience wrapper for Haskell's new-style builds"
  7. [[bin]]
  8. path = "src/main.rs"
  9. name = "cab"
  10. [dependencies]