summaryrefslogtreecommitdiff
path: root/tor-bytes/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* List version 0.0.0 for tor-llcrypto dependency in tor-bytesNick Mathewson2021-06-241-1/+1
|
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
|
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
|
* Upgrade to latest RustCrypto crates.Nick Mathewson2021-05-061-1/+1
|
* 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
|
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
|
* Migrate from futures_codec to asynchronous_codec.Nick Mathewson2021-01-151-2/+1
| | | | | | | | asynchronous_codec is a fork of futures_codec that is up-to-date on its dependencies. This migration allows us to upgrade to the current version of the bytes crate.
* Upgrade a few more dependencies.Nick Mathewson2021-01-131-1/+1
|
* cargo upgrade.Nick Mathewson2020-12-301-1/+1
|
* Upgrade dependenciesNick Mathewson2020-11-101-1/+1
|
* Run "cargo upgrade".Nick Mathewson2020-10-261-1/+2
|
* Run "cargo upgrade".Nick Mathewson2020-10-151-1/+1
|
* Pare down and sort dependenciesNick Mathewson2020-09-091-3/+3
|
* Run cargo upgrade, except for stream-cipher.Nick Mathewson2020-09-091-1/+1
|
* tor-bytes: Add initial support for the bytes crateNick Mathewson2020-09-051-0/+1
|
* Run cargo-upgrade.Nick Mathewson2020-08-281-4/+4
|
* Update to latest packages; ed25519 now needs signature crate traits.Nick Mathewson2020-07-201-2/+3
|
* Run "cargo update".Nick Mathewson2020-06-211-1/+1
|
* Use "cargo upgrade" from cargo-edit to list current versionsNick Mathewson2020-06-121-5/+5
|
* update to use latest rust-crypto traits and modulesNick Mathewson2020-06-101-2/+1
|
* Fresh git repository for work on "arti"Nick Mathewson2020-05-071-0/+20
Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't.