bazzar/crates/plugin-api/Cargo.toml
2023-06-03 13:31:57 +02:00

20 lines
579 B
TOML

[package]
name = "plugin-api"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = { version = "4.3.1" }
async-trait = { version = "0.1.68" }
bincode = { version = "1.3.3" }
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 = { version = "1.0.163" }
thiserror = { version = "1" }
tracing = { version = "0" }