zed/crates/language_onboarding/Cargo.toml
Finn Evers 7be004cf89
Remove some outdated comments (#52432)
These comments come from the scaffolding script for new crates, yet are
no longer relevant in the given files. Thus, just removing them here to
do some 🧹

Release Notes:

- N/A
2026-03-25 12:07:34 -06:00

23 lines
371 B
TOML

[package]
name = "language_onboarding"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/python.rs"
[features]
default = []
[dependencies]
db.workspace = true
editor.workspace = true
gpui.workspace = true
project.workspace = true
ui.workspace = true
workspace.workspace = true