diff options
| author | Mason Reed <mason@vector35.com> | 2025-01-31 15:14:14 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-02 01:56:53 -0400 |
| commit | db8f0a498947c6bbd93526520b4a51f758cae540 (patch) | |
| tree | bd9150bf45510387e332805b931773588cd6bdae /rust/Cargo.toml | |
| parent | f8aaf21991c2a5adcdca56f3638f321b2ccbe809 (diff) | |
Add test_deterministic_functions to Rust API unit tests
This test makes sure that initial analysis is not tainting functions
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"] |
