13 lines
287 B
TOML
13 lines
287 B
TOML
|
|
[package]
|
||
|
|
name = "aamos-bank-import"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
aamos-core = { path = "../aamos-core" }
|
||
|
|
async-trait = { workspace = true }
|
||
|
|
chrono = { workspace = true }
|
||
|
|
reqwest = { workspace = true }
|
||
|
|
serde = { workspace = true }
|
||
|
|
serde_json = { workspace = true }
|