bazzar/crates/fulfillment_adapter/Cargo.toml
2024-06-24 14:54:46 +02:00

10 lines
186 B
TOML

[package]
name = "fulfillment_adapter"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = { workspace = true }
thiserror = { workspace = true }
tracing = { version = "0" }