mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 06:01:35 +03:00
13 lines
250 B
TOML
13 lines
250 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 = "0.3"
|