This commit is contained in:
Joseph Lyons 2023-01-18 00:12:52 -05:00
parent 5517e743e1
commit bec03dc882
8 changed files with 251 additions and 151 deletions

View file

@ -18,9 +18,12 @@ gpui = { path = "../gpui" }
human_bytes = "0.4.1"
isahc = "1.7"
lazy_static = "1.4.0"
project = { path = "../project" }
serde = { version = "1.0", features = ["derive", "rc"] }
settings = { path = "../settings" }
smallvec = { version = "1.6", features = ["union"] }
sysinfo = "0.27.1"
theme = { path = "../theme" }
urlencoding = "2.1.2"
util = { path = "../util" }
workspace = { path = "../workspace" }