bazzar/crates/fulfillment_adapter/Cargo.toml

10 lines
186 B
TOML
Raw Normal View History

2023-05-05 14:20:50 +02:00
[package]
name = "fulfillment_adapter"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-06-24 14:54:46 +02:00
async-trait = { workspace = true }
thiserror = { workspace = true }
2023-06-03 13:31:57 +02:00
tracing = { version = "0" }