summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Höppner2017-06-13 22:21:10 +0200
committerTill Höppner2017-06-13 22:21:10 +0200
commit08463169f552cd19164b16ae1428ee60c8ddaf00 (patch)
treeb45c5fefac85261665e40c5c9694c27dd3767648 /Cargo.toml
downloadtermion_sixel-08463169f552cd19164b16ae1428ee60c8ddaf00.tar.gz
termion_sixel-08463169f552cd19164b16ae1428ee60c8ddaf00.tar.xz
termion_sixel-08463169f552cd19164b16ae1428ee60c8ddaf00.zip
Initial commitHEADmaster
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..9f05f91
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "termion_sixel"
+version = "0.1.0"
+authors = ["till"]
+
+[dependencies]
+termion = "*"