| 1 | [package] |
|---|---|
| 2 | name = "plotters-backend" |
| 3 | version = "0.3.7" |
| 4 | authors = ["Hao Hou <haohou302@gmail.com>"] |
| 5 | edition = "2018" |
| 6 | license = "MIT" |
| 7 | description = "Plotters Backend API" |
| 8 | homepage = "https://plotters-rs.github.io" |
| 9 | repository = "https://github.com/plotters-rs/plotters" |
| 10 | readme = "README.md" |
| 11 | |
| 12 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
| 13 | |
| 14 | [dependencies] |
| 15 |
