[package] name = "file-storage-adapter" version = "0.1.0" edition = "2021" [dependencies] async-trait = { workspace = true } config = { path = "../config" } futures = { version = "0.3.28", features = ["async-await", 'io-compat'] } futures-util = { workspace = true } thiserror = { workspace = true } tracing = { version = "0.1.37" }