2023-11-03 00:21:11 +03:00
|
|
|
[package]
|
|
|
|
name = "theme_importer"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-11-07 00:02:21 +03:00
|
|
|
publish = false
|
2023-11-03 00:21:11 +03:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
convert_case = "0.6.0"
|
|
|
|
gpui = { package = "gpui2", path = "../gpui2" }
|
2023-11-09 21:12:36 +03:00
|
|
|
indexmap = "1.6.2"
|
2023-11-03 00:21:11 +03:00
|
|
|
log.workspace = true
|
|
|
|
rust-embed.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
simplelog = "0.9"
|
2023-11-09 20:49:16 +03:00
|
|
|
theme = { package = "theme2", path = "../theme2", features = ["importing-themes"] }
|
2023-11-03 00:21:11 +03:00
|
|
|
uuid.workspace = true
|