Cargo.toml 438 B

123456789101112131415161718
  1. [package]
  2. name = "drop"
  3. version = "0.1.0"
  4. authors = ["Johann Woelper <woelper@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. serde = "1.0"
  9. serde_derive = "1.0"
  10. serde_json = "1.0"
  11. splines = "3.0.0"
  12. mentat = { git = "https://gitlab.com/ruivieira/mentat.git" }
  13. [dev-dependencies]
  14. plotlib = { git = "https://github.com/milliams/plotlib.git" }