summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 62e16be220273d2c8d697628f8a5d435873f9d0a (plain)
1
2
3
4
5
6
7
8
[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"