zed/crates/miniprofiler_ui/Cargo.toml
John Tur 1ad5ec6db2
Support profiling remote server in the miniprofiler (#49582)
Release Notes:

- The `zed: open performance profiler` action can now display profiling
data from the remote server.
2026-02-19 10:52:53 +00:00

25 lines
484 B
TOML

[package]
name = "miniprofiler_ui"
version = "0.1.0"
publish.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/miniprofiler_ui.rs"
[dependencies]
gpui.workspace = true
rpc.workspace = true
theme.workspace = true
zed_actions.workspace = true
workspace.workspace = true
util.workspace = true
serde_json.workspace = true
smol.workspace = true
[dev-dependencies]
gpui = { workspace = true, features = ["test-support"] }