summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2018-11-03third_party: add tokio-process Rust crate and its dependenciesBert Belder
2018-11-03third_party: upgrade Rust cratesBert Belder
2018-10-31Support cargo check (#1128)Ryan Dahl
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-26Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)Kevin (Kun) "Kassimo" Qian
2018-10-19Upgrade cratesRyan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-10Upgrade hyper-rustlsRyan Dahl
2018-09-17Add missing deps to cargo.tomlBert Belder
2018-09-17Upgrade rust crates.Ryan Dahl
2018-09-16Add the 'dirs' crate, enable the required 'winapi' featuresKevin (Kun) "Kassimo" Qian
2018-09-03Upgrade flatbuffersRyan Dahl
2018-08-30Support https imports.Ryan Dahl
2018-08-30Downgrading tokio to registry version.Ryan Dahl
2018-08-29Implement makeTempDirSync()Bert Belder
2018-08-20Add hyper dependenciesThomas Ghysels
2018-08-09Add 'tokio' and dependenciesRobby Madruga
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
2018-07-18Use Cargo to install rust deps into //third_party/rust_crates (#383)robbym