summaryrefslogtreecommitdiff
path: root/tor-chanmgr/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-2/+0
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Fill in "package.categories" on all Cargo.tomlNick Mathewson2021-05-191-0/+1
* Split mocking parts of rtcompat into new rtmock crate.Nick Mathewson2021-05-031-0/+1
* Much-improved tests for tor_chanmgr::builderNick Mathewson2021-04-301-0/+1
* Stop using anyhow in tor_chanmgr.Nick Mathewson2021-04-221-1/+0
* Move responsibility for knowing about TLS into tor_rtcompat.Nick Mathewson2021-03-231-2/+1
* Refactor tokio implpementation in tor-rtcompat.Nick Mathewson2021-03-231-7/+1
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-0/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* Bump a couple of depsNick Mathewson2021-03-131-1/+1
* upgrade async-traitNick Mathewson2021-03-091-1/+1
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-1/+1
* Port to work with tokio or async-std.Nick Mathewson2021-03-021-5/+7
* Update to latest futures, once_cellNick Mathewson2021-02-231-1/+1
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* bump serde and logNick Mathewson2021-02-011-1/+1
* require latest futures crateNick Mathewson2021-01-151-1/+1
* Upgrade a few more dependencies.Nick Mathewson2021-01-131-1/+1
* Upgrade a few dependencies.Nick Mathewson2021-01-131-3/+3
* cargo upgrade.Nick Mathewson2020-12-301-3/+3
* upgrade to latest anyhowNick Mathewson2020-12-211-1/+1
* upgrade to require latest anyhow.Nick Mathewson2020-12-081-1/+1
* Upgrade a couple of dependenciesNick Mathewson2020-11-281-1/+1
* Remove a couple of unused dependenciesNick Mathewson2020-11-111-2/+0
* Isolate async_std usage in a new tor_rtcompat crate.Nick Mathewson2020-11-111-2/+2
* Use anyhow in tor-circmgr and tor-chanmgrNick Mathewson2020-11-111-0/+1
* update some dependenciesNick Mathewson2020-11-111-3/+3
* Upgrade dependenciesNick Mathewson2020-11-101-1/+1
* upgrade a few packages.Nick Mathewson2020-11-051-1/+1
* Tests for tor-chanmgr.Nick Mathewson2020-10-301-1/+3
* Implement a channel-manager type to get or launch channels on request.Nick Mathewson2020-10-301-0/+30