summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTom Barrett <spalf0@gmail.com>2019-08-15 03:45:34 -0500
committerTom Barrett <spalf0@gmail.com>2019-08-15 03:45:34 -0500
commit7d748dc316aa53aa6b2f9c1a3a21532235bad74f (patch)
treeaad580caad2e0bd14c522cd743b51ce0bd09199a /Cargo.toml
parent5698f7e9350af59dd57da881240f7f9cabc3cce3 (diff)
inital commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..f279862
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "rsycle"
+version = "0.1.0"
+authors = ["tombarrett"]
+edition = "2018"
+
+[dependencies]
+clap = "2.33.0"
+dirs = "2.0.2"
+csv = "1.1"