summaryrefslogtreecommitdiff
path: root/crates/arti/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
...
* proxy: Mark ENFILES and EMFILES as survivable.Nick Mathewson2021-10-141-0/+6
| | | | | | | | I don't love this approach, but those errors aren't distinguished by ErrorKind, so we have to use libc or winapi, apparently. At least nothing here is unsafe. Addresses part of #188.
* Require up-to-date x25519-dalek, async_executors, and argh.Nick Mathewson2021-10-091-1/+1
| | | | | | | | I tried using -Z minimal-versions to downgrade all first-level dependencies to their oldest permitted versions, and found that we were apparently depending on newer features of all three crates. I'm kind of surprised there were only three.
* 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.