summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f2798629c3835150900bcdaef360b8feea884799 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "rsycle"
version = "0.1.0"
authors = ["tombarrett"]
edition = "2018"

[dependencies]
clap = "2.33.0"
dirs = "2.0.2"
csv = "1.1"