aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-config/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow configurability on preemptive circuitsNeel Chauhan2021-12-071-0/+1
|
* Bump every crate by one patch version.Nick Mathewson2021-11-291-3/+3
|
* Ensure that every section-level config type has a builder() function.Nick Mathewson2021-11-211-0/+1
|
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+24
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.