19 lines
476 B
TOML
19 lines
476 B
TOML
[package]
|
|
name = "adapter-local-files"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
domain = { workspace = true }
|
|
infra-wiring = { workspace = true, features = ["sqlite"] }
|
|
async-trait = { workspace = true }
|
|
sqlx = { workspace = true, features = ["sqlite"] }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
chrono = { workspace = true }
|
|
uuid = { workspace = true }
|
|
walkdir = "2"
|
|
base64 = "0.22"
|