123456789101112131415161718 |
- [package]
- name = "drop"
- version = "0.1.0"
- authors = ["Johann Woelper <woelper@gmail.com>"]
- edition = "2018"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- serde = "1.0"
- serde_derive = "1.0"
- serde_json = "1.0"
- splines = "3.0.0"
- mentat = { git = "https://gitlab.com/ruivieira/mentat.git" }
- [dev-dependencies]
- plotlib = { git = "https://github.com/milliams/plotlib.git" }
|