first commit

This commit is contained in:
hal8174 2025-02-13 22:37:39 +01:00
commit e7f75310ab
7 changed files with 709 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "tracing-perfetto"
version = "0.1.0"
edition = "2021"
[dependencies]
prost = "0.13.5"
prost-types = "0.13.5"
tracing = "0.1.41"
[build-dependencies]
prost-build = "0.13.5"