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

23 lines
588 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 = { version = "0.1.68" }
bincode = { version = "1" }
chrono = { version = "0", features = ['alloc', 'wasmbind'] }
common_macros = { version = "0" }
fulfillment_adapter = { path = "../fulfillment_adapter" }
payment-adapter = { path = "../payment-adapter" }
serde = { version = "1", features = ['derive'] }
serde_json = { version = "1" }
thiserror = { version = "1.0.40" }
tracing = { version = "0" }