diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-08-24 00:36:45 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-08-29 22:40:05 +0200 |
commit | ceaf82268282d16b97101c00c75612745de416bb (patch) | |
tree | 6294eeeb063ca2196ef285ad7f125437cbc3bd45 /BUILD.gn | |
parent | a836c493f30323e7b40e988140ed2603f0e3d10f (diff) |
Implement makeTempDirSync()
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ main_extern = [ "$rust_build:log", "$rust_build:sha1", "$rust_build:tempfile", + "$rust_build:rand", "$rust_build:tokio", "$rust_build:tokio_current_thread", "$rust_build:url", |