From 7d748dc316aa53aa6b2f9c1a3a21532235bad74f Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Thu, 15 Aug 2019 03:45:34 -0500 Subject: inital commit --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3