aboutsummaryrefslogtreecommitdiff
path: root/examples/gsoc2023/obfs4-checker/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* examples/gsoc/obfs4-checker: Port to web-time-compat.Nick Mathewson2026-03-261-2/+10
|
* 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.
* obfs4-checker: update axum to 0.7.6Steven Engler2024-09-241-3/+5
|
* obfs4-checker: port from chrono to time.Nick Mathewson2023-09-051-7/+5
| | | | | Chrono is unmaintained, I think, and uses a version of `time` that cargo-audit doesn't like.
* Move examples to examples/gsoc2023Nick Mathewson2023-09-051-0/+182