aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJakub Kotur <qtr@google.com>2020-12-21 17:28:15 +0100
committerJakub Kotur <qtr@google.com>2021-03-05 16:36:19 +0100
commit251cc39ae9b6a00840996559548e7e7b2e155d2a (patch)
treeba83cdbdb209dec2b72e56e01982599900f5bb89 /Cargo.toml.orig
parentdbc5f3e479629cfd71c8d8e8f0043a8a6752b809 (diff)
downloadplotters-backend-251cc39ae9b6a00840996559548e7e7b2e155d2a.tar.gz
Initial import of plotters-backend-0.2.1.
Bug: 155309706 Change-Id: I89e5308bd8288caa03009dd6b00676a0a90f886f
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..58c12be
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,14 @@
+[package]
+name = "plotters-backend"
+version = "0.2.1"
+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]