summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f9c23d91ac0ebb0b4f33749641a8fa025fe83ecb (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.7"
lazy_static = "1"
clap = { version = "4.1", features = ["derive"] }