mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
Include rust files in 'make dist'
This commit is contained in:
parent
7f764bcba8
commit
2153814ba8
1 changed files with 21 additions and 1 deletions
|
@ -3,4 +3,24 @@ include src/rust/tor_rust/include.am
|
||||||
EXTRA_DIST +=\
|
EXTRA_DIST +=\
|
||||||
src/rust/Cargo.toml \
|
src/rust/Cargo.toml \
|
||||||
src/rust/Cargo.lock \
|
src/rust/Cargo.lock \
|
||||||
src/rust/.cargo/config.in
|
src/rust/.cargo/config.in \
|
||||||
|
src/rust/external/Cargo.toml \
|
||||||
|
src/rust/external/external.rs \
|
||||||
|
src/rust/external/lib.rs \
|
||||||
|
src/rust/protover/Cargo.toml \
|
||||||
|
src/rust/protover/ffi.rs \
|
||||||
|
src/rust/protover/lib.rs \
|
||||||
|
src/rust/protover/protover.rs \
|
||||||
|
src/rust/protover/tests/protover.rs \
|
||||||
|
src/rust/smartlist/Cargo.toml \
|
||||||
|
src/rust/smartlist/lib.rs \
|
||||||
|
src/rust/smartlist/smartlist.rs \
|
||||||
|
src/rust/tor_allocate/Cargo.toml \
|
||||||
|
src/rust/tor_allocate/lib.rs \
|
||||||
|
src/rust/tor_allocate/tor_allocate.rs \
|
||||||
|
src/rust/tor_rust/Cargo.toml \
|
||||||
|
src/rust/tor_rust/include.am \
|
||||||
|
src/rust/tor_rust/lib.rs \
|
||||||
|
src/rust/tor_util/Cargo.toml \
|
||||||
|
src/rust/tor_util/ffi.rs \
|
||||||
|
src/rust/tor_util/lib.rs
|
||||||
|
|
Loading…
Add table
Reference in a new issue