aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/bin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/bin/Cargo.toml')
-rw-r--r--tests/fixtures/bin/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fixtures/bin/Cargo.toml b/tests/fixtures/bin/Cargo.toml
new file mode 100644
index 0000000..83fff5e
--- /dev/null
+++ b/tests/fixtures/bin/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "textmode_tests"
+version = "0.1.0"
+authors = ["Jesse Luehrs <doy@tozt.net>"]
+edition = "2018"
+
+[dependencies]
+textmode = { path = "../../.." }
+vt100 = "*"