first commit
This commit is contained in:
commit
e7f75310ab
7 changed files with 709 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue