aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/circuit/path.rs
Commit message (Collapse)AuthorAgeFilesLines
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-0/+130
The implementation from `tunnel` is client-specific, so we are renaming the module accordingly. The more generic parts will be pulled into a separate module in a future commit.