bazzar/crates/file-storage-adapter/Cargo.toml

13 lines
340 B
TOML
Raw Normal View History

2023-06-01 22:02:47 +02:00
[package]
name = "file-storage-adapter"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = { version = "0.1.68" }
config = { path = "../config" }
futures = { version = "0.3.28", features = ["async-await", 'io-compat'] }
futures-util = { version = "0.3.28" }
2023-06-03 13:31:57 +02:00
thiserror = { version = "1.0.40" }
tracing = { version = "0.1.37" }