Skip to content

Commit

Permalink
fix(stripe-mock): add stripe-mock to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 15, 2024
1 parent 835a4c6 commit 5378e27
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ default-members = [
"mongodb",
"dynamodb-local",
"memcached",
"stripe-mock",
]
members = [
"apache",
Expand All @@ -36,5 +37,6 @@ members = [
"mongodb",
"dynamodb-local",
"memcached",
"stripe-mock",
]
resolver = "2"
4 changes: 2 additions & 2 deletions stripe-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
authors = [
"Tsiry Sandratraina <[email protected]>",
]
description = "Redis plugin for FluentCI"
description = "Stripe Mock plugin for FluentCI"
edition = "2021"
license = "MIT"
name = "redis"
name = "stripe-mock"
version = "0.1.0"

[lib]
Expand Down
6 changes: 3 additions & 3 deletions stripe-mock/fluentci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
authors = [
"Tsiry Sandratraina <[email protected]>",
]
description = "Redis Plugin for FluentCI"
description = "Stripe Mock Plugin for FluentCI"
keywords = [
"redis",
"stripe",
]
license = "MIT"
name = "redis"
name = "stripe-mock"
version = "0.1.0"

0 comments on commit 5378e27

Please sign in to comment.