sapling/blobrepo/Cargo.toml
Greg Cowan 041770b090 Transition fbcode Rust crates to 2018 edition
Summary: Marking all Cargo.tomls in fbcode as 2018 edition.

Reviewed By: jsgf

Differential Revision: D15951175

fbshipit-source-id: edf18449c214ee1ff285d6a2cb61839aaf58a8cd
2019-06-24 13:15:17 -07:00

18 lines
305 B
TOML

[package]
name = "blobrepo"
version = "0.0.1"
authors = ["Facebook"]
license = "GPLv2+"
edition = "2018"
[dependencies]
bincode = "1.0.0"
bytes = "0.4.8"
error-chain = "0.11.0"
futures = "0.1.17"
heapsize = "0.4.2"
heapsize_derive = "0.1.4"
serde = "1.0.66"
serde_derive = "1.0.66"
tokio-core = "0.1.17"