sapling/eden/scm/lib/tracing-analyzer/Cargo.toml
Lukas Piatkowski 279eb2b538 autocargo v1: changes to how thrift-related generation is done to match v2
Summary: Done some reordering of fields in Cargo.toml, added test and doctest = false, name of the target that generated the Cargo.toml file and sorted the cratemap.

Reviewed By: ahornby

Differential Revision: D26581275

fbshipit-source-id: 4c363369438c72d43d8ccf4799f103ff092457cc
2021-02-23 11:38:45 -08:00

11 lines
348 B
TOML

# @generated by autocargo from //eden/scm/lib/tracing-analyzer:tracing-analyzer
[package]
name = "tracing-analyzer"
version = "0.1.0"
edition = "2018"
[dependencies]
serde = { version = "=1.0.118", features = ["derive", "rc"] }
serde_json = { version = "1.0", features = ["float_roundtrip"] }
tracing-collector = { path = "../tracing-collector" }