On Sat, Sep 03, 2022 at 10:55:33AM +0200, Pascal Stumpf wrote: > Arti is an implementation of Tor anonymity protocols, written in Rust. > > It is intended to replace the C implementation at some point. It's > still missing features like bridges, transports and onion services, but > it's usable for regular connections. Here's the release announcement > for version 1.0.0: https://blog.torproject.org/arti_100_released/ > > Not sure if we want to add a dedicated user and rc.d script yet.
some comments: - crates.inc : the first line says "run: make modcargo-gen-crates-licenses" please include licenses information - the "ring" crate is used. please add: # ring-v0.16.20 does not support those archs NOT_FOR_ARCHS = powerpc64 riscv64 sparc64 ring doesn't support these archs for now, no need to try to build here Thanks -- Sebastien Marie