commit | 38c26e7d858a4d0bc9084bece9f6b44b1cd728d7 | [log] [tgz] |
---|---|---|
author | Nick Pollard <nickpollard@gmail.com> | Wed Jan 09 15:35:58 2019 -0800 |
committer | Nick Pollard <nickpollard@gmail.com> | Wed Jan 09 15:36:07 2019 -0800 |
tree | 0ddb9eaf1561e628996d48f65eac3abedb1189cb | |
parent | a3b01e9f8e6dad0f73c8ec3ad62401dfbb1b4627 [diff] |
[rust-crates] Add explicit Uuid Change-Id: I9403f78cefd419708ebab93622ec55660c37530e
After modifying Cargo.toml
, Run fx update-rustc-third-party
You will need a modern OpenSSL and to export either PKG_CONFIG_PATH
or CFLAGS
and LDFLAGS
in order for cargo to find it, before running fx update-rustc-third-party
.
You can install using brew install openssl
and observe brew info openssl
for the above exports. It is recommended you only export these as-needed, not permanently, to avoid causing incompatibilities with other software.
This repository contains vendored copies of third party code used in Fuchsia.
Further documentation is available here:
https://fuchsia.googlesource.com/docs/+/master/development/languages/rust/third_party.md