Skip to content

Commit d90c8f7

Browse files
benjipelletierfacebook-github-bot
authored andcommitted
Refactor to use tracing-perfetto-sdk-schema (#934)
Summary: Pull Request resolved: #934 Make the library closer to open sourceable by using a protobuf impl that is accessable externally. Reviewed By: eliothedeman Differential Revision: D78715914 fbshipit-source-id: f0fc5aab3a647afea8e302cc619c6f23309c185c
1 parent 6223f75 commit d90c8f7

File tree

2 files changed

+241
-175
lines changed

2 files changed

+241
-175
lines changed

monarch_perfetto_trace/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ license = "BSD-3-Clause"
99

1010
[dependencies]
1111
anyhow = "1.0.98"
12-
protobuf = "3.7.2"
12+
prost = { version = "0.13.4", default-features = false }
1313
serde = { version = "1.0.219", features = ["derive", "rc"] }
1414
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
15+
tracing-perfetto-sdk-schema = "0.12.0"
1516
valuable = { version = "0.1", features = ["derive"] }

0 commit comments

Comments
 (0)