summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-09-01 20:25:26 -0700
committerIrene Knapp <ireneista@gmail.com>2020-09-01 20:25:26 -0700
commit0c8e06d588038ae6e24d1898bd33b3ee5a938640 (patch)
tree74833939e37908366fe2cb71d639dbe641e054a6 /Cargo.toml
Initial.
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..985f7dc
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "shell"
+version = "0.1.0"
+authors = ["Irene Knapp <ireneista@gmail.com>"]
+edition = "2018"
+
+[dependencies]