[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" }