aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* obs4-checker/README.md: annotate verbatim sectionsNick Mathewson2023-09-051-3/+3
|
* obfs4-checker: port from chrono to time.Nick Mathewson2023-09-053-15/+13
| | | | | 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-055-5/+5
| | | | Part of a solution for cargo-audit.
* Set license on gsoc2023 examples to "MIT OR Apache-2.0"Nick Mathewson2023-09-055-1/+5
| | | | | With permission from gotlou; see discussion at https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1556
* Add a README to gsoc2023 directory.Nick Mathewson2023-09-051-0/+3
|
* Remove cargo.lock from download-manager.Nick Mathewson2023-09-051-3895/+0
|
* Move examples to examples/gsoc2023Nick Mathewson2023-09-0523-35/+35
|
* examples: set publish = false on all.Nick Mathewson2023-09-054-0/+4
|
* examples: Run cargo sort to reformat.Nick Mathewson2023-09-055-10/+5
|
* examples: Sort dependencies.Nick Mathewson2023-09-054-31/+31
|
* connection-checker: add newlines to example filesNick Mathewson2023-09-052-2/+2
|
* fix: use relative paths for arti dependenciesSaksham Mittal2023-09-055-19/+19
|
* Initial commit for Arti sample projectsSaksham Mittal2023-09-0522-0/+6136