summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2019-09-01 20:23:29 -0400
committerRyan Geary <rtgnj42@gmail.com>2019-09-01 20:23:29 -0400
commit68b783f311b482e74f720003ffb16240091af40b (patch)
treec5f339bdb96b21438851d713b763b45f66e2706e /Cargo.toml
parent304e4f2a6862bf28cb3c76de18a06863e0f7a563 (diff)
Add Cargo.toml
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..218a0f6
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "choose"
+version = "0.1.0"
+authors = ["Ryan Geary <rtgnj42@gmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]