aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 0d27003890896eed61b156fa2dfe83d3315f2f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "plotters-backend"
version = "0.3.2"
authors = ["Hao Hou <haohou302@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Plotters Backend API"
homepage = "https://plotters-rs.github.io"
repository = "https://github.com/plotters-rs/plotters-backend"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]