summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2d5d33e241a4e472609d1d52427a28a4562f8b25 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "qif_parser"
version = "0.1.0"
authors = ["Justin Worthe <justin@worthe-it.co.za>"]

[dependencies]
regex = "0.2.2"
lazy_static = "1.0"
structopt = "0.1.6"
structopt-derive = "0.1.6"