summaryrefslogtreecommitdiff
path: root/crates/tor-dirserver/README.md
Commit message (Collapse)AuthorAgeFilesLines
* tor-dirserver: Initial commitClara Engler2025-09-041-0/+9
This commit lays the initial groundwork for the `tor-dirserver` crate, a crate that shall implement functionality for dirmirros and dirauths. For now, the current crate consists of three bare bone modules: * lib.rs * err.rs * mirror.rs All of which contain mostly boilerplate code for now