mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 17:41:32 +03:00
106bb0a044
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.
10 lines
185 B
TOML
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 = ".." }
|