sapling/eden/mononoke/common/allocation_tracing/Cargo.toml
Lukas Piatkowski ff2eddaffb mononoke: reverse autocargo include list to excludes
Summary: Cover as much as remining code with `Cargo.toml`s, for the rest create an exlusion list in the autocargo config.

Reviewed By: krallin

Differential Revision: D21383620

fbshipit-source-id: 64cc78a38ce0ec482966f32a2963ab4939e20eba
2020-05-06 08:43:18 -07:00

12 lines
224 B
TOML

[package]
name = "allocation_tracing"
edition = "2018"
version = "0.1.0"
authors = ['Facebook']
license = "GPLv2+"
include = ["src/*.rs"]
[dependencies]
anyhow = "1.0"
futures-old = { package = "futures", version = "0.1" }