Skip to content

Instantly share code, notes, and snippets.

@allengeorge
Created May 7, 2017 18:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Rust Thrift Example (Cargo.toml)
[package]
name = "example"
version = "0.0.1"
publish = false
[dependencies]
env_logger = "0.4.0"
log = "0.3.7"
ordered-float = "0.3.0"
try_from = "0.2.0"
thrift = "0.0.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment