blob: e6592c78aee1a497d3d3340438639306ccb895cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# tor-config
`tor-config`: Tools for configuration management in Arti
## Overview
This crate is part of
[Arti](https://gitlab.torproject.org/tpo/core/arti/), a project to
implement [Tor](https://www.torproject.org/) in Rust.
It provides a client configuration tool using using `serde` and `config`,
plus extra features defined here for convenience.
License: MIT OR Apache-2.0
|