treehouse/Cargo.toml
liquidex 07419ca702 add tracing to the treehouse as an instrumenting profiler
to create a trace of the treehouse's startup, use `--trace file.json`
2024-11-26 21:56:59 +01:00

9 lines
152 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
tracing = "0.1.40"
treehouse-format = { path = "crates/treehouse-format" }