summaryrefslogtreecommitdiff
path: root/arti/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Rename tor-client to arti-tor-client for now.Nick Mathewson2021-06-241-1/+1
|
* Remove "default-features=false" thing on tor-rtcompat for now.Nick Mathewson2021-06-241-1/+1
|
* Bump version dependencies to 0.0.0Nick Mathewson2021-06-241-5/+5
|
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
|
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
|
* Remove tor-proto exposure in tor-client API.Nick Mathewson2021-05-181-1/+0
|
* upgrade to newer version of config crate.Nick Mathewson2021-03-241-1/+1
|
* Refactor tokio implpementation in tor-rtcompat.Nick Mathewson2021-03-231-2/+1
| | | | | | | | | | | Now other crates don't need any 'ifdef tokio' code, since there are wrappers that implement 'futures' right. Technically, the 'futures' traits are in some ways less good than the tokio ones, but we need a consistent API if we want to support WASM someday and keep support for async_std. I'd rather hold out hope for a future version of futures::io working like tokio than to fix ourselves into the tokioverse forever.
* Move our command-line interface into a new crate called "arti".Nick Mathewson2021-03-171-0/+33
Closes #106