diff options
| author | Remo Senekowitsch <remo@buenzli.dev> | 2024-08-08 14:04:43 +0200 |
|---|---|---|
| committer | Remo Senekowitsch <remo@buenzli.dev> | 2024-08-08 14:08:06 +0200 |
| commit | 8b43d7925761edcd6ca8bacf382e82a05aa5c0e7 (patch) | |
| tree | eeb8e4094b672e42b5336e23bdc6d588b29c3dd9 /Cargo.toml | |
| parent | dc086c6bf1e678a1886e0a2bb78627fac076402d (diff) | |
Fix integration tests
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ serde_json = "1.0.122" serde.workspace = true toml_edit.workspace = true +[dev-dependencies] +tempfile = "3.12.0" + [profile.release] panic = "abort" |
