From 702bbad7ae1102a5c4d50197931e4c91fc028112 Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Sat, 10 Aug 2024 20:21:54 +0000
Subject: [PATCH] chore: Add `rstest` to dev dependencies
Signed-off-by: Awiteb
---
Cargo.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Cargo.toml b/Cargo.toml
index f5b9b51..00d586c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,7 @@ tempfile = "3.9"
tokio = { version = "1.35", features = ["macros", "rt-multi-thread"] }
base64 = "0.21"
salvo = { version = ">= 0.65, < 0.69", default-features = false, features = ["server", "http1","http2", "affix"] }
+rstest = "0.22.0"
[[example]]
name = "simple_login"