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

23 lines
596 B
TOML

[package]
name = "payment-pay-u"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ['dylib']
#[build]
#rustflags = ["-C", "prefer-dynamic", "-C", "rpath"]
[dependencies]
async-trait = { workspace = true }
bincode = { workspace = true }
chrono = { version = "0", features = ['alloc', 'wasmbind'] }
common_macros = { workspace = true }
fulfillment_adapter = { path = "../fulfillment_adapter" }
payment-adapter = { path = "../payment-adapter" }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
thiserror = { workspace = true }
tracing = { version = "0" }