Implement logic
This commit is contained in:
31
Cargo.toml
Normal file
31
Cargo.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"banks2ff",
|
||||
"firefly-client",
|
||||
"gocardless-client",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Your Name <your.email@example.com>"]
|
||||
|
||||
[workspace.dependencies]
|
||||
tokio = { version = "1.34", features = ["full"] }
|
||||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
rust_decimal = { version = "1.33", features = ["serde-float"] }
|
||||
async-trait = "0.1"
|
||||
dotenvy = "0.15"
|
||||
clap = { version = "4.4", features = ["derive", "env"] }
|
||||
reqwest = { version = "0.11", features = ["json", "multipart"] }
|
||||
url = "2.5"
|
||||
wiremock = "0.5"
|
||||
tokio-test = "0.4"
|
||||
mockall = "0.11"
|
||||
Reference in New Issue
Block a user