summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Bump every crate by one patch version.Nick Mathewson2021-11-291-9/+9
|
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+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.
* Document that the "experimental-api" feature is not semver-covered.Nick Mathewson2021-11-111-0/+5
|
* Document that the "testing" feature is not semver-covered.Nick Mathewson2021-11-111-0/+3
|
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-8/+8
|
* tor-netdir: Add RelayWeight type and accessors.Nick Mathewson2021-09-291-0/+1
| | | | | I'm not thrilled with this code, but I think it's needed to implement guards correctly.
* Use derive_builder for Authority and FallbackDir.Nick Mathewson2021-09-101-3/+4
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+37
This will cause some pain for now, but now is really the best time to do this kind of thing.