enso/lib/rust/profiler/demo-data/Cargo.toml
Kaz Wesley 106bb0a044
profiling graphs: fall back to demo data (#3746)
When running the profiling run-graph and flamegraph demo scenes, if a profile file is not found in the directory served over http, fall back to generating demo data.
2022-09-30 06:45:31 +00:00

10 lines
185 B
TOML

[package]
name = "enso-profiler-demo-data"
version = "0.1.0"
edition = "2021"
authors = ["Enso Team <contact@enso.org>"]
[dependencies]
futures = "0.3"
enso-profiler = { path = ".." }