add: stripe integration
This commit is contained in:
parent
2fa5a4dc1f
commit
1d120555a0
31 changed files with 1137 additions and 122 deletions
|
@ -40,3 +40,10 @@ redis = { version = "0.30.0", features = [
|
|||
"tokio-comp",
|
||||
], optional = true }
|
||||
tower_governor = "0.7.0"
|
||||
async-stripe = { version = "0.41.0", features = [
|
||||
"events",
|
||||
"checkout",
|
||||
"webhook-events",
|
||||
"billing",
|
||||
"runtime-tokio-hyper",
|
||||
] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue