summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2018-08-29Implement makeTempDirSync()Bert Belder
2018-08-20Add hyper dependenciesThomas Ghysels
2018-08-09Add 'tokio' and dependenciesRobby Madruga
Use tokio from git.
2018-08-03Improve rust build docsRyan Dahl
2018-07-29Add sha1 and tempfile crates.Ryan Dahl
2018-07-24Add tools/build.py (#398)Ryan Dahl
To allow better tab completion for ./tools/build.py mv build_third_party.py sync_third_party.py
2018-07-18Use Cargo to install rust deps into //third_party/rust_crates (#383)robbym