diff options
Diffstat (limited to 'crates/arti/Cargo.toml')
| -rw-r--r-- | crates/arti/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 7b4e9de9d..8c54376dc 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -140,6 +140,8 @@ derive_more = "0.99.3" itertools = "0.13.0" regex = { version = "1", default-features = false, features = ["std"] } serde_json = "1.0.50" +tempfile = "3" +trycmd = "0.15.4" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.8", features = ["winerror"] } |
