aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-07-13 00:16:55 -0400
committerJesse Luehrs <doy@tozt.net>2019-07-13 00:16:55 -0400
commitf39a3d46923bc47e902e7db405366e0e10952669 (patch)
tree2c08df91798264917d7c2c8998b35857df9d6fb2 /Cargo.toml
parente2434fffccca7741e8aab8fff7e48895c8f3c60b (diff)
downloadteleterm-f39a3d46923bc47e902e7db405366e0e10952669.tar.gz
teleterm-f39a3d46923bc47e902e7db405366e0e10952669.zip
project skeleton
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..b67598b
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "termcast"
+version = "0.1.0"
+authors = ["Jesse Luehrs <doy@tozt.net>"]
+edition = "2018"
+
+[dependencies]