chore: Add rstest to dev dependencies

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-08-10 20:21:54 +00:00
parent 4be7a66d03
commit 702bbad7ae
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -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"