mirror of
https://github.com/enso-org/enso.git
synced 2024-11-30 15:45:11 +03:00
13 lines
265 B
TOML
13 lines
265 B
TOML
[package]
|
|
name = "enso-profiler-flame-graph"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
|
|
[dependencies]
|
|
enso-profiler = { path = "../" }
|
|
enso-profiler-data = { path = "../data" }
|
|
|
|
[dev-dependencies]
|
|
futures = { workspace = true }
|