mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
94bfb93d35
- **Convert more events to telemetry::event** - **And call events** Closes #ISSUE Release Notes: - N/A
38 lines
739 B
TOML
38 lines
739 B
TOML
[package]
|
|
name = "welcome"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/welcome.rs"
|
|
|
|
[features]
|
|
test-support = []
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
client.workspace = true
|
|
copilot.workspace = true
|
|
db.workspace = true
|
|
fuzzy.workspace = true
|
|
gpui.workspace = true
|
|
install_cli.workspace = true
|
|
picker.workspace = true
|
|
project.workspace = true
|
|
schemars.workspace = true
|
|
serde.workspace = true
|
|
settings.workspace = true
|
|
ui.workspace = true
|
|
telemetry.workspace = true
|
|
util.workspace = true
|
|
vim_mode_setting.workspace = true
|
|
workspace.workspace = true
|
|
zed_actions.workspace = true
|
|
|
|
[dev-dependencies]
|
|
editor = { workspace = true, features = ["test-support"] }
|