Skip to content

Commit 36f8b92

Browse files
committed
Add ureq, tar, and flate2 as build-dependencies
1 parent f8829a3 commit 36f8b92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openblas-src/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ libc = "0.2"
3737

3838
[build-dependencies]
3939
dirs = "3.0.1"
40+
flate2 = "1.0.25"
41+
tar = "0.4.38"
42+
ureq = "2.5.0"
4043

4144
[target.'cfg(target_os="windows")'.build-dependencies]
4245
vcpkg = "0.2"

0 commit comments

Comments
 (0)