Commit e38fc326 authored by Zeyi (Rice) Fan's avatar Zeyi (Rice) Fan Committed by Facebook GitHub Bot

use vendored Rust crates

Summary: Actually use vendored Rust crates when building with CMake. The `--offline` option make sure cargo do not go to the Internet for missing crates.

Reviewed By: simpkins

Differential Revision: D20542672

fbshipit-source-id: ab4af40150c6af8b531a75f503a4fa848b3914da
parent 9d601541
......@@ -56,3 +56,6 @@ fbcode/tools/lfs = tools/lfs
[cmake.defines.all(fb=on,os=windows)]
INSTALL_PYTHON_LIB=ON
[cmake.defines.fb=on]
USE_CARGO_VENDOR=ON
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment