Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
11
bank2ff/Cargo.toml
Normal file
11
bank2ff/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "bank2ff"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
firefly-iii-api = { path = "../firefly-iii-api", version = "2.1.0" }
|
||||
gocardless-bankaccount-data-api = { path = '../gocardless-bankaccount-data-api', version = "2.0.0" }
|
||||
dotenv = "0.15.0"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }
|
||||
Reference in New Issue
Block a user