From 5378e278d76cdb7e9fc08d380dcd6d97eefb82f8 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 15 Jul 2024 10:16:03 +0000 Subject: [PATCH] fix(stripe-mock): add stripe-mock to workspace --- Cargo.lock | 10 ++++++++++ Cargo.toml | 2 ++ stripe-mock/Cargo.toml | 4 ++-- stripe-mock/fluentci.toml | 6 +++--- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb73782..c45d897 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,6 +501,16 @@ version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +[[package]] +name = "stripe-mock" +version = "0.1.0" +dependencies = [ + "anyhow", + "extism-pdk", + "fluentci-pdk", + "fluentci-types", +] + [[package]] name = "syn" version = "2.0.70" diff --git a/Cargo.toml b/Cargo.toml index 2a2aca9..65bf5bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ default-members = [ "mongodb", "dynamodb-local", "memcached", + "stripe-mock", ] members = [ "apache", @@ -36,5 +37,6 @@ members = [ "mongodb", "dynamodb-local", "memcached", + "stripe-mock", ] resolver = "2" diff --git a/stripe-mock/Cargo.toml b/stripe-mock/Cargo.toml index 169331c..4680d38 100644 --- a/stripe-mock/Cargo.toml +++ b/stripe-mock/Cargo.toml @@ -2,10 +2,10 @@ authors = [ "Tsiry Sandratraina ", ] -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] diff --git a/stripe-mock/fluentci.toml b/stripe-mock/fluentci.toml index 511b490..6423680 100644 --- a/stripe-mock/fluentci.toml +++ b/stripe-mock/fluentci.toml @@ -2,10 +2,10 @@ authors = [ "Tsiry Sandratraina ", ] -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"