aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-27 11:21:59 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-27 11:21:59 -0400
commitd3ae0ab69cc86ea0ac9fbba661fa9c1660df0490 (patch)
treefe71bc2602925a410abbb27698462c79f51d5783 /Cargo.toml
parent6092172cec82c56dbfa55b60ac0eb44a1b8f5d79 (diff)
downloadtokio-terminal-resize-d3ae0ab69cc86ea0ac9fbba661fa9c1660df0490.tar.gz
tokio-terminal-resize-d3ae0ab69cc86ea0ac9fbba661fa9c1660df0490.zip
project skeleton
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..9f5eb1c
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "tokio-terminal-resize"
+version = "0.1.0"
+authors = ["Jesse Luehrs <doy@tozt.net>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]