aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-14 22:28:02 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-14 22:28:02 -0400
commit489a8198828be02c92da0c771ae0864915b08e7f (patch)
tree1530be11efde7c697866e37921bddc48c4330ab3 /Cargo.toml
parent09866bdb206507804098055b39fc6890daee10b7 (diff)
downloadpty-process-489a8198828be02c92da0c771ae0864915b08e7f.tar.gz
pty-process-489a8198828be02c92da0c771ae0864915b08e7f.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..9ae4a09
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "pty-process"
+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]