summaryrefslogtreecommitdiff
path: root/examples/gsoc2023/obfs4-checker/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to axum 8Ian Jackson2025-02-051-1/+1
| | | | We use this in an example only.
* obfs4-checker: update axum to 0.7.6Steven Engler2024-09-241-1/+1
|
* obfs4-checker: Do not enable arti "experimental" featureIan Jackson2024-09-041-2/+2
| | | | | This breaks config tests in crates/arti which test configuration parsing of disabled experimental features.
* remove unused dependenciestrinity-1686a2024-04-021-4/+0
| | | | Edited-by: Nick Mathewson <[email protected]>
* Run "fixup-features" in preparation for next release.Nick Mathewson2024-03-281-0/+3
|
* Use "wrap_help" feature for clap.Nick Mathewson2023-11-151-1/+1
|
* obfs4-checker: port from chrono to time.Nick Mathewson2023-09-051-5/+5
| | | | | Chrono is unmaintained, I think, and uses a version of `time` that cargo-audit doesn't like.
* Use a more recent tracing_subscriber in examples.Nick Mathewson2023-09-051-1/+1
| | | | Part of a solution for cargo-audit.
* Set license on gsoc2023 examples to "MIT OR Apache-2.0"Nick Mathewson2023-09-051-0/+1
| | | | | With permission from gotlou; see discussion at https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1556
* Move examples to examples/gsoc2023Nick Mathewson2023-09-051-0/+26