1[package]
2name = "terminal"
3version = "0.1.0"
4edition = "2021"
5publish = false
6license = "GPL-3.0-or-later"
7
8[lib]
9path = "src/terminal.rs"
10doctest = false
11
12
13[dependencies]
14alacritty_terminal = "0.22.0"
15anyhow.workspace = true
16collections.workspace = true
17db.workspace = true
18dirs = "4.0.0"
19futures.workspace = true
20gpui.workspace = true
21itertools = "0.10"
22lazy_static.workspace = true
23libc = "0.2"
24mio-extras = "2.0.6"
25ordered-float.workspace = true
26procinfo = { git = "https://github.com/zed-industries/wezterm", rev = "0c13436f4fa8b126f46dd4a20106419b41666897", default-features = false }
27task.workspace = true
28schemars.workspace = true
29serde.workspace = true
30serde_derive.workspace = true
31serde_json.workspace = true
32settings.workspace = true
33shellexpand = "2.1.0"
34smallvec.workspace = true
35smol.workspace = true
36theme.workspace = true
37thiserror.workspace = true
38util.workspace = true
39
40[dev-dependencies]
41rand.workspace = true