summaryrefslogtreecommitdiffstats
path: root/cli/Cargo.toml
blob: 0b5650a7816f8d5fad3bec214d90da267b810a6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "money-cli"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4.19", features = ["serde"] }
rust_decimal = { version = "1.15.0", features = ["serde-arbitrary-precision"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
structopt = "0.3.22"
twox-hash = { version = "1.6.0", default-features = false }