commit | f0336417cae1c32f4ea59a9f9851a15f269340f7 | [log] [tgz] |
---|---|---|
author | tokcum <47994370+tokcum@users.noreply.github.com> | Wed Mar 30 11:39:08 2022 +0200 |
committer | GitHub <noreply@github.com> | Wed Mar 30 05:39:08 2022 -0400 |
tree | d65d517d612a105562d85ff44186505e5cb35e6e | |
parent | 56ec69e9f85d5937645e619a79eff3d4872c8f26 [diff] [blame] |
THRIFT-5283: add support for Unix Domain Sockets in lib/rs (#2545) Client: rs
diff --git a/lib/rs/test/Cargo.toml b/lib/rs/test/Cargo.toml index 0ba96fd..47b8cbf 100644 --- a/lib/rs/test/Cargo.toml +++ b/lib/rs/test/Cargo.toml
@@ -9,6 +9,7 @@ [dependencies] clap = "~2.33" bitflags = "=1.2" +log = "0.4" [dependencies.thrift] path = "../"