mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-03-01 00:59:49 +01:00
This adds a couple of configure commands to control whether we're requiring all dependencies to be available locally (default) or not (--enable-cargo-online-mode). When building from a tarball, we require the RUST_DEPENDENCIES variable to point to the local repository of crates. This also adds src/ext/rust as a git submodule that contains such a local repository for easy setup.
6 lines
126 B
Text
6 lines
126 B
Text
include src/rust/tor_util/include.am
|
|
|
|
EXTRA_DIST +=\
|
|
src/rust/Cargo.toml \
|
|
src/rust/Cargo.lock \
|
|
src/rust/.cargo/config.in
|