summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-04-01 23:23:03 -0400
committerMatan Kushner <hello@matchai.me>2019-04-01 23:23:03 -0400
commitca3f439012f3d1125e1863d383bb155f9f1f59d5 (patch)
treed2e442009359ca1b5411aaf9287744aeeeb59b82 /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 000000000..2300789ca
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "starship"
+version = "0.1.0"
+authors = ["Matan Kushner <hello@matchai.me>"]
+edition = "2018"
+
+[dependencies]
+clap = "2.32.0"