diff options
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0a17730c..29170b6d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -20,4 +20,5 @@ thiserror = "2.0" [dev-dependencies] rstest = "0.24" -tempfile = "3.15"
\ No newline at end of file +tempfile = "3.15" +serial_test = "3.2"
\ No newline at end of file |
