mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Release Notes: - The `zed: open performance profiler` action can now display profiling data from the remote server.
25 lines
484 B
TOML
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"] }
|