chore: Add rstest
to dev dependencies
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
4be7a66d03
commit
702bbad7ae
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue