mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 15:44:20 +00:00
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
23 lines
371 B
TOML
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
|