mirror of
https://github.com/enso-org/enso.git
synced 2025-01-02 08:24:36 +03:00
e7ca4aaf25
Removed `enso-types` crate which had only one reference in unused part of the code. Removed some unused dependencies from `Cargo.toml` files. # Important Notes CI has a similar hiccup as before. Please disregard this for now in the review.
13 lines
323 B
TOML
13 lines
323 B
TOML
[package]
|
|
name = "enso-profiler"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
|
|
[dependencies]
|
|
futures = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { version = "1.0.59", features = ["raw_value"] }
|
|
enso-profiler-macros = { path = "macros" }
|
|
enso-web = { path = "../web" }
|