mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 02:48:34 +00:00
f89f33347d
Co-authored-by: Nathan <nathan@zed.dev>
23 lines
No EOL
458 B
TOML
23 lines
No EOL
458 B
TOML
[package]
|
|
name = "welcome"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/welcome.rs"
|
|
|
|
[features]
|
|
test-support = []
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.38"
|
|
log = "0.4"
|
|
editor = { path = "../editor" }
|
|
gpui = { path = "../gpui" }
|
|
project = { path = "../project" }
|
|
settings = { path = "../settings" }
|
|
theme = { path = "../theme" }
|
|
theme_selector = { path = "../theme_selector" }
|
|
util = { path = "../util" }
|
|
workspace = { path = "../workspace" } |