diff options
Diffstat (limited to 'crates/mozart/Cargo.toml')
| -rw-r--r-- | crates/mozart/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml index 12da556..287f800 100644 --- a/crates/mozart/Cargo.toml +++ b/crates/mozart/Cargo.toml @@ -15,12 +15,13 @@ md5 = "0.7" pubgrub = "0.3.0" regex = "1.12.3" reqwest = { version = "0.13.2", features = ["blocking", "json"] } +self-replace = "1" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" sha1 = "0.10" tar = "0.4" +tempfile = "3.25.0" tokio = { version = "1.49.0", features = ["full"] } zip = { version = "2", default-features = false, features = ["deflate"] } [dev-dependencies] -tempfile = "3.25.0" |
