Cargo.toml 412 B

12345678910111213141516
  1. [package]
  2. name = "dumptruc"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <gettylefou@gmail.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. rocket = "*"
  9. git2 = "*"
  10. pulldown-cmark = "0.7.0"
  11. failure = "*"
  12. two-trucs = { path = "/home/gdritter/build/two-trucs" }
  13. serde = { version = "*", features = ["derive"] }
  14. serde_json = "*"