sapling/asyncmemo/Cargo.toml
Pulkit Goyal 0f34435140 Add travis-CI integration by adding .travis.yml file.
Summary: Pull Request resolved: https://github.com/facebookexperimental/mononoke/pull/8

Differential Revision: D9015245

Pulled By: jsgf

fbshipit-source-id: e898c50241a837964b98b86aa2fd457cb4db5f5a
2018-07-26 10:09:32 -07:00

16 lines
272 B
TOML

[package]
name = "asyncmemo"
version = "0.0.1"
authors = ["Facebook"]
license = "GPLv2+"
[dependencies]
bytes = "0.4.5"
futures = "0.1.17"
heapsize = "0.4.2"
lazy_static = "1.0.2"
linked-hash-map = "0.5.1"
parking_lot = "0.6.1"
futures-ext = { path = "../futures-ext" }