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 16743cd9..9b29b283 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -25,6 +25,7 @@ serde_json = "1.0" rstest = "0.24" tempfile = "3.15" serial_test = "3.2" +insta = { version = "1.42", features = ["yaml"] } [package.metadata.typos] -default.extend-ignore-re = ["Collapsable"]
\ No newline at end of file +default.extend-ignore-re = ["Collapsable"] |
