summaryrefslogtreecommitdiff
path: root/crates/arti/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-export configuration types from tor-client.Nick Mathewson2021-10-091-3/+1
|
* Make journald an optional feature.Jani Monoses2021-09-071-1/+2
|
* Allow logging to journald.Jani Monoses2021-09-071-0/+1
| | | | | Log to journald when available, add journald config option. Separate logging setup into its own function.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+36
This will cause some pain for now, but now is really the best time to do this kind of thing.