[package] name = "terminal_view" version = "0.1.0" edition = "2021" publish = false license = "GPL-3.0-or-later" [lib] path = "src/terminal_view.rs" doctest = false [dependencies] anyhow.workspace = true db = { path = "../db" } dirs = "4.0.0" editor = { path = "../editor" } futures.workspace = true gpui = { path = "../gpui" } itertools = "0.10" language = { path = "../language" } lazy_static.workspace = true libc = "0.2" mio-extras = "2.0.6" ordered-float.workspace = true procinfo = { git = "https://github.com/zed-industries/wezterm", rev = "5cd757e5f2eb039ed0c6bb6512223e69d5efc64d", default-features = false } project = { path = "../project" } search = { path = "../search" } serde.workspace = true serde_derive.workspace = true serde_json.workspace = true settings = { path = "../settings" } shellexpand = "2.1.0" smallvec.workspace = true smol.workspace = true terminal = { path = "../terminal" } theme = { path = "../theme" } thiserror.workspace = true ui = { path = "../ui" } util = { path = "../util" } workspace = { path = "../workspace" } [dev-dependencies] client = { path = "../client", features = ["test-support"] } editor = { path = "../editor", features = ["test-support"] } gpui = { path = "../gpui", features = ["test-support"] } project = { path = "../project", features = ["test-support"] } rand.workspace = true workspace = { path = "../workspace", features = ["test-support"] }