Skip to content

Commit 6ded4fa

Browse files
committed
feat: add ledgerflow-sdk crate with signed merchant API client and webhook verification
1 parent 899be92 commit 6ded4fa

2 files changed

Lines changed: 647 additions & 0 deletions

File tree

crates/ledgerflow-sdk/Cargo.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[package]
2+
name = "ledgerflow-sdk"
3+
version.workspace = true
4+
edition.workspace = true
5+
6+
[package.metadata.cargo-shear]
7+
ignored = []
8+
9+
[dependencies]
10+
hmac = "0.13.0"
11+
hpx.workspace = true
12+
serde = { workspace = true, features = ["derive"] }
13+
serde_json.workspace = true
14+
sha2.workspace = true
15+
thiserror.workspace = true
16+
17+
[lints]
18+
workspace = true

0 commit comments

Comments
 (0)