summaryrefslogtreecommitdiff
path: root/examples/gsoc2023/pt-proxy/src
Commit message (Collapse)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
| | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again.
* examples, fixup-features: use inline vars in format stringNick Mathewson2025-05-291-10/+10
| | | | Nightly clippy now suggests this.
* pt-proxy example: Upgrade to fast-socks5 v0.9.1.Nick Mathewson2023-09-281-2/+2
|
* Move examples to examples/gsoc2023Nick Mathewson2023-09-051-0/+314