description = 'gRPC: Protobuf'
dependencies {
compile project(':grpc-core'),
libraries.protobuf,
libraries.guava
}