aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/bridge_disabled.rs
Commit message (Collapse)AuthorAgeFilesLines
* bridge non-support: Provide a better BridgeConfigBuilderIan Jackson2022-11-211-3/+42
| | | | | This type now does all the things people expect of it: you can (try to) deserialize it, parse it from a string, and call build on it.
* bridge non-support: Move dummy bridge module into own fileIan Jackson2022-11-211-0/+21
A bit more stuff is going to appear here, so it's getting to be rather much for an inline module.