aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-config/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update README.md files from rustdoc.Nick Mathewson2022-03-011-0/+8
|
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-2/+1
| | | | | | | | To do this at all neatly, I had to split out `tor-config` from `arti-config` again, and putting the lower level stuff (paths, builder errors) into tor-config. I also changed our use of derive_builder to always use a common error type, to avoid error type proliferation.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+14
This will cause some pain for now, but now is really the best time to do this kind of thing.