summaryrefslogtreecommitdiff
path: root/tor-cell/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Add version="0.0.0" to dependencies that were missing itNick 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-1/+0
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-181-2/+2
* Add appropriate categories to some Cargo.toml files.Nick Mathewson2021-03-171-0/+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 dependencies with "cargo upgrade"Nick Mathewson2021-03-061-1/+1
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* Migrate from futures_codec to asynchronous_codec.Nick Mathewson2021-01-151-2/+1
* cargo upgrade.Nick Mathewson2020-12-301-1/+1
* Use a set of named flags for BeginFlags in tor-cell.Nick Mathewson2020-12-151-0/+1
* Upgrade dependenciesNick Mathewson2020-11-101-1/+1
* Run "cargo upgrade".Nick Mathewson2020-10-261-0/+1
* Run "cargo upgrade".Nick Mathewson2020-10-151-1/+1
* tor-cell: Add some test vectors for channel messagesNick Mathewson2020-09-261-1/+1
* Split the cell-handling parts of tor-proto into a new crate.Nick Mathewson2020-09-261-0/+24