mirror of
https://github.com/enso-org/enso.git
synced 2024-11-30 05:35:09 +03:00
10 lines
200 B
TOML
10 lines
200 B
TOML
[package]
|
|
name = "enso-profiler-demo-data"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
|
|
[dependencies]
|
|
futures = { workspace = true }
|
|
enso-profiler = { path = ".." }
|