mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
93ff9b0053
- Include rebar3 in docker image so erlang builds in CI - Include the correct path in docker image so rust builds in CI - Updated common lisp (sbcl) to 1.5.3 in docker image - Updated dlang to 2.087.0 in docker image - Updated dart to 2.0.0 in xenial docker image - Updated dart to 2.4.0 in bionic docker image - Updated erlang to 22.0 in docker image - Updated openjdk to 11.0.3 in docker image - Updated node.js to 10.16 in docker image - Updated rust to 1.34.0 in xenial docker image - Updated rust to 1.35.0 in bionic docker image THRIFT-4905: Disable hanging experimental dlang async ssl test
19 lines
475 B
TOML
19 lines
475 B
TOML
[package]
|
|
name = "thrift"
|
|
description = "Rust bindings for the Apache Thrift RPC system"
|
|
version = "0.13.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/**", "*.iml"]
|
|
keywords = ["thrift"]
|
|
|
|
[dependencies]
|
|
ordered-float = "1.0"
|
|
byteorder = "1.3"
|
|
integer-encoding = "1.0"
|
|
log = "0.4"
|
|
threadpool = "1.7"
|