Adds libthrift dependancy to lib BUCK

Change-Id: Id5ebf9b15815e1ff918b5e74e7fa49a6cc1c2df7
diff --git a/lib/BUCK b/lib/BUCK
index b85f336..d2d199a 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Mon Jul 25 16:32:36 PDT 2016. Do not edit this file manually. *****
+# ***** This file was auto-generated at Wed Jul 27 16:23:49 PDT 2016. Do not edit this file manually. *****
 osgi_feature_group(
   name = 'COMPILE',
   visibility = ['PUBLIC'],
@@ -1013,6 +1013,15 @@
 )
 
 remote_jar (
+  name = 'libthrift',
+  out = 'libthrift-0.9.3.jar',
+  url = 'mvn:org.apache.thrift:libthrift:jar:0.9.3',
+  sha1 = '8625e8f9b6f49b881fa5fd143172c2833df1ce47',
+  maven_coords = 'org.apache.thrift:libthrift:0.9.3',
+  visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
   name = 'qdox',
   out = 'qdox-2.0-M3.jar',
   url = 'mvn:com.thoughtworks.qdox:qdox:jar:2.0-M3',