commit | faa85d05aa0269d92a6c69877fb4a50375115349 | [log] [tgz] |
---|---|---|
author | Konstantin Pozin <kpozin@google.com> | Fri Nov 16 15:10:10 2018 -0800 |
committer | Konstantin Pozin <kpozin@google.com> | Mon Nov 19 19:44:43 2018 +0000 |
tree | 27c457b97105403f6bc217b204249db7f7c1c9ec | |
parent | 68f984faea588bc97d51b8828b1f31e45f53691a [diff] |
[rust] Add regex crate and its dependencies Previously approved: OSRB-83, OSRB-80, OSRB-84, OSRB-87, OSRB-92, OSRB-100 TEXT-36: #progress Change-Id: I76a55475224809c6f35dc0d3b7a97c88b86d3548
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