tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 2fac948158f50ed062a059def81da632b1d8ce18
parent fb2fe41f6f5640c6bb98b0ef4242b1225c312f25
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri,  6 Apr 2018 16:19:14 -0400

Include tor_log rust files in source distribution.

Fixes another case of #25732; bug not in any released Tor.

Diffstat:
Msrc/rust/include.am | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/rust/include.am b/src/rust/include.am @@ -20,6 +20,9 @@ EXTRA_DIST +=\ src/rust/tor_allocate/Cargo.toml \ src/rust/tor_allocate/lib.rs \ src/rust/tor_allocate/tor_allocate.rs \ + src/rust/tor_log/Cargo.toml \ + src/rust/tor_log/lib.rs \ + src/rust/tor_log/tor_log.rs \ src/rust/tor_rust/Cargo.toml \ src/rust/tor_rust/include.am \ src/rust/tor_rust/lib.rs \