summaryrefslogtreecommitdiffstats
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-08-02 23:22:50 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-08-02 23:22:50 +0200
commit49e14e27165ef5dd1884e6d31cd5ff39314118be (patch)
tree2036e8893b677734a7a2e13ad0ef2671ebbfe00a /cli/Cargo.toml
parent69d810bb850c9bacdd7dc528ed98dda0bf001e47 (diff)
downloadmoney-49e14e27165ef5dd1884e6d31cd5ff39314118be.tar.gz
initial nom filter parsing
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index e64608e..6f273aa 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
chrono = { version = "0.4.19", features = ["serde"] }
+nom = "6.2.1"
rust_decimal = { version = "1.15.0", features = ["serde-arbitrary-precision"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"