bunq-rs/Cargo.toml
Jacob Kiers 7bbcc3b99b Update confy to show the configuration path
With the older version (v0.4.0) there was no possibility to show the
configuration path to the user, who therefore had to hunt for its
location.

By updating it, this path can now be shown during loading and storing.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-02-29 19:53:21 +01:00

22 lines
541 B
TOML

[package]
name = "bunq"
version = "0.1.0"
description = "Rust Wrapper for the Bunq API"
keywords = ["bunq", "api"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yuri91/bunq-rs"
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
edition = "2018"
[dependencies]
anyhow = "1.0.32"
base64 = "0.12.3"
confy = "0.6.0"
dotenv = "0.15.0"
isahc = { version = "0.9.8", features = ["json"] }
rand = "0.8.5"
rsa = { version = "0.9.6", features = ["sha2"] }
serde = { version = "1.0.116", features = ["derive"] }
serde_json = "1.0.57"