summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2016-10-09 14:34:05 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2016-10-09 14:34:05 +0800
commit5c661e810569732d30b66463087d0e8c5efbeac3 (patch)
treecb4a45f7b94a012f3cb5e0baf3e9936f9b7787c6 /Cargo.toml
to github
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..1035fc5
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "svgbob"
+version = "0.1.0"
+authors = ["lee"]
+
+[dependencies]
+svg = "0.5"