summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 89fd467533dafb98317fbbed39b8791d4cb35c81 (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>"]
edition = "2018"

[dependencies]
regex = "1.4"
lazy_static = "1"
structopt = "0.3"