aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-04-25 22:13:02 -0400
committerJesse Luehrs <doy@tozt.net>2016-04-25 22:13:02 -0400
commit0299a09e5c4c658da2bfdda18e679c874806f62d (patch)
tree141ab7de04f0f827a09022670d1317209e6c50ae /Cargo.toml
parent94ba33cc4e407d24020ec9088d840fb525bfa201 (diff)
downloadvt100-rust-0299a09e5c4c658da2bfdda18e679c874806f62d.tar.gz
vt100-rust-0299a09e5c4c658da2bfdda18e679c874806f62d.zip
project skeleton
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..5107904
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "vt100"
+version = "0.1.0"
+authors = ["Jesse Luehrs <doy@tozt.net>"]
+
+[dependencies]