gorealis v2 refactor (#5)
* Changing default timeout for start maintenance. * Upgrading dependencies to gorealis v2 and thrift 0.12.0 * Refactored to update to gorealis v2.
This commit is contained in:
parent
ad4dd9606e
commit
6ab5c9334d
1335 changed files with 137431 additions and 61530 deletions
19
vendor/git.apache.org/thrift.git/lib/rs/Cargo.toml
generated
vendored
Normal file
19
vendor/git.apache.org/thrift.git/lib/rs/Cargo.toml
generated
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "thrift"
|
||||
description = "Rust bindings for the Apache Thrift RPC system"
|
||||
version = "0.12.0"
|
||||
license = "Apache-2.0"
|
||||
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
|
||||
homepage = "http://thrift.apache.org"
|
||||
documentation = "https://thrift.apache.org"
|
||||
readme = "README.md"
|
||||
exclude = ["Makefile*", "test/**"]
|
||||
keywords = ["thrift"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = "~1.2.1"
|
||||
integer-encoding = "~1.0.4"
|
||||
log = "~0.3.8"
|
||||
threadpool = "~1.7.1"
|
||||
try_from = "~0.2.2"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue