commit | 34803d9d1422f2c2680688e4dea42660183be7b9 | [log] [tgz] |
---|---|---|
author | Joshua Liebow-Feeser <joshlf@google.com> | Wed Feb 20 23:34:30 2019 -0800 |
committer | Joshua Liebow-Feeser <joshlf@google.com> | Thu Feb 21 19:23:22 2019 +0000 |
tree | 39a99eb3ed21a75fe1739fa83bca8e6e1ffdf872 | |
parent | cb720235ffd01b718aebf88f456161bc93367ab4 [diff] |
[rust] Add synstructure Change-Id: I6e18adb4d78247bffd92c7c4e2facfed32b7df8b
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