summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-11-23 22:03:02 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-11-23 22:03:02 +0200
commit817d06fc2ef4f8e258d906fad96c26f72b32c702 (patch)
tree5ba5266955d22a9d669a38c0fbb3d2f42c6f6ede /Cargo.toml
Basic functionality: parses qif files and strips T=0 entries
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..7c48e58
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "qif_parser"
+version = "0.1.0"
+authors = ["Justin Worthe <justin@worthe-it.co.za>"]
+
+[dependencies]