summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Voynov <37143421+Andrew15-5@users.noreply.github.com>2025-03-11 23:20:41 +0300
committerGitHub <noreply@github.com>2025-03-11 20:20:41 +0000
commit0214320087d5b37bf9d08d2b3b0b44eae512bf93 (patch)
tree212634a55066f22a139f5d31cf32ed710a73f276 /Cargo.toml
parent96f695737174449cbd9efbf4954b676b9bb35056 (diff)
Fix parallel package installation (#5979)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 40abaaca..4e0d3a26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,6 +55,7 @@ ctrlc = "3.4.1"
dirs = "6"
ecow = { version = "0.2", features = ["serde"] }
env_proxy = "0.4"
+fastrand = "2.3"
flate2 = "1"
fontdb = { version = "0.23", default-features = false }
fs_extra = "1.3"