ports/lang/rust/files/config.toml
2018-02-25 03:10:33 +00:00

35 lines
511 B
TOML

[build]
# Use bundled crates; this should permit offline build.
vendor = true
# In addition to rustc, rust-std and rust-docs, build Cargo.
extended = true
# python(1) location.
python = "%PYTHON_CMD%"
# Do we want to build docs?
docs = %DOCS%
[install]
# Install location.
prefix = "%PREFIX%"
sysconfdir = "%SYSCONFDIR%"
mandir = "%MANDIR%"
[rust]
# Rust release channel.
channel = "%CHANNEL%"
[llvm]
ccache = %CCACHE%
[target.%TARGET%]
[dist]
# Do not build the source archive.
src-tarball = false