commit | bc1344d55fa450289f98b1a1d0d15c7fcb7d37e1 | [log] [tgz] |
---|---|---|
author | Allen George <allen.george@gmail.com> | Fri Apr 28 10:22:03 2017 -0400 |
committer | Jens Geyer <jensg@apache.org> | Thu May 11 01:35:33 2017 +0200 |
tree | 8d870fae752635cd913d36f5ec568e49bbb4b20e | |
parent | 3966a56a877bf5df8fba8ad3076153a8261b901a [diff] [blame] |
THRIFT-4186 Add travis build for Rust Client: rs Patch: Allen George <allen.george@gmail.com> This closes #1260
diff --git a/test/rs/Cargo.toml b/test/rs/Cargo.toml index 8167390..df84504 100644 --- a/test/rs/Cargo.toml +++ b/test/rs/Cargo.toml
@@ -7,6 +7,8 @@ [dependencies] clap = "2.18.0" +env_logger = "0.4.0" +log = "0.3.7" ordered-float = "0.3.0" try_from = "0.2.0"