mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 00:27:16 +03:00
15 lines
462 B
TOML
15 lines
462 B
TOML
[package]
|
|
name = "enso-profiler-enso-data"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
|
|
[dependencies]
|
|
chrono = { version = "0.4.19", features = ["serde"] }
|
|
csv = "1.1"
|
|
serde = { workspace = true }
|
|
enso-profiler = { path = "../../../lib/rust/profiler" }
|
|
enso-profiler-data = { path = "../../../lib/rust/profiler/data" }
|
|
ensogl-core = { path = "../../../lib/rust/ensogl/core" }
|
|
json-rpc = { path = "../../../lib/rust/json-rpc" }
|