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

20 lines
575 B
TOML

[package]
name = "plugin-api"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = { workspace = true }
async-trait = { workspace = true }
bincode = { workspace = true }
cache-adapter = { workspace = true }
config = { path = "../config", default-features = false, features = [] }
derive_more = { version = "0.99.17" }
event-bus-adapter = { workspace = true }
file-storage-adapter = { workspace = true }
futures = { version = "0.3.28" }
payment-adapter = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
tracing = { version = "0" }