commit | 4e7ecc26c106abf7cbf31d417f989a5c8119d0f3 | [log] [tgz] |
---|---|---|
author | Nick Pollard <nickpollard@gmail.com> | Wed Dec 05 15:58:29 2018 -0800 |
committer | Nick Pollard <nickpollard@gmail.com> | Tue Dec 18 12:06:26 2018 -0800 |
tree | c55a890af245105868221d228828a5977df3029c | |
parent | 97afebff020971f95b41200fca9591be994db3e4 [diff] |
[rust] Add PropTest crate and its dependencies Dependencies: * bit-set * quick-error * rusty-fork * wait-timeout All are dual licensed under MIT/Apache-2 Change-Id: I414652a4664a42f15063d9cfca3a16603a682aa8
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