Moved settings_file.rs into settings crate. Should be ready to start now :D

This commit is contained in:
Mikayla Maki 2022-10-11 16:03:38 -07:00
parent 0beb97547e
commit 5487f99ac7
7 changed files with 20 additions and 12 deletions

View file

@ -14,10 +14,13 @@ test-support = []
assets = { path = "../assets" }
collections = { path = "../collections" }
gpui = { path = "../gpui" }
fs = { path = "../fs" }
anyhow = "1.0.38"
futures = "0.3"
theme = { path = "../theme" }
util = { path = "../util" }
anyhow = "1.0.38"
json_comments = "0.2"
postage = { version = "0.4.1", features = ["futures-traits"] }
schemars = "0.8"
serde = { workspace = true }
serde_json = { workspace = true }