summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2016-10-10 12:58:34 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2016-10-10 12:58:34 +0800
commit292b7770d1b7eff208c58b17876402415055a5ad (patch)
tree062601d1a25443613cc5f36baa3e52d79183c23e /Cargo.toml
parenta68ace848620bb558a1a79d133803884e4500e76 (diff)
just use svgbob
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 14e41a4..6fb0f25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,10 @@
[package]
-name = "svgbobrus"
+name = "svgbob"
version = "0.1.0"
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "Transform your ascii diagrams into happy little SVG"
repository = "https://github.com/ivanceras/svgbobrus"
-keyword = ["ascii", "svg", "convert"]
+keywords = ["ascii", "svg", "convert"]
[dependencies]
svg = "0.5"