Skip to content

Instantly share code, notes, and snippets.

@allengeorge
Created May 7, 2017 18:04
Show Gist options
  • Save allengeorge/7202f0b268127353ada96efffb3e791f to your computer and use it in GitHub Desktop.
Save allengeorge/7202f0b268127353ada96efffb3e791f to your computer and use it in GitHub Desktop.
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