aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-config/README.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
| | | | | This commit introduces a consistency to the summary line of all README.md files in each and every crate.
* update readmestrinity-1686a2022-05-251-0/+2
|
* Abolish arti-config, replacing with tombstone crateIan Jackson2022-05-131-16/+4
|
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
|
* Update README.md files from rustdoc.Nick Mathewson2022-03-011-0/+8
|
* run ./maint/readmes.shdagon2021-11-291-2/+2
|
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+14
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.