Cargo.toml

 1[package]
 2name = "theme_importer"
 3version = "0.1.0"
 4edition = "2021"
 5
 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 7
 8[dependencies]
 9anyhow.workspace = true
10convert_case = "0.6.0"
11gpui = { package = "gpui2", path = "../gpui2" }
12log.workspace = true
13rust-embed.workspace = true
14serde.workspace = true
15simplelog = "0.9"
16theme = { package = "theme2", path = "../theme2" }
17uuid.workspace = true