aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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
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')
-rw-r--r--Cargo.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..0cdc7e3
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,24 @@
+# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
+#
+# When uploading crates to the registry Cargo will automatically
+# "normalize" Cargo.toml files for maximal compatibility
+# with all versions of Cargo and also rewrite `path` dependencies
+# to registry (e.g., crates.io) dependencies
+#
+# If you believe there's an error in this file please file an
+# issue against the rust-lang/cargo repository. If you're
+# editing this file be aware that the upstream Cargo.toml
+# will likely look very different (and much more reasonable)
+
+[package]
+edition = "2018"
+name = "plotters-backend"
+version = "0.2.1"
+authors = ["Hao Hou <haohou302@gmail.com>"]
+description = "Plotters Backend API"
+homepage = "https://plotters-rs.github.io"
+readme = "README.md"
+license = "MIT"
+repository = "https://github.com/plotters-rs/plotters-backend"
+
+[dependencies]