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
|
2024-01-24 02:26:58 +03:00
|
|
|
license = "GPL-3.0-only"
|
2024-01-23 19:40:30 +03:00
|
|
|
|
2023-11-03 00:21:11 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2023-12-22 06:45:29 +03:00
|
|
|
any_ascii = "0.3.2"
|
2023-11-03 00:21:11 +03:00
|
|
|
anyhow.workspace = true
|
2023-12-19 01:18:49 +03:00
|
|
|
clap = { version = "4.4", features = ["derive"] }
|
2023-11-03 00:21:11 +03:00
|
|
|
convert_case = "0.6.0"
|
2024-01-03 23:59:39 +03:00
|
|
|
gpui = { path = "../gpui" }
|
2023-12-08 07:37:49 +03:00
|
|
|
indexmap = { version = "1.6.2", features = ["serde"] }
|
2024-01-05 21:38:12 +03:00
|
|
|
indoc.workspace = true
|
2023-11-10 03:22:15 +03:00
|
|
|
json_comments = "0.2.2"
|
2023-11-03 00:21:11 +03:00
|
|
|
log.workspace = true
|
2023-12-08 02:34:03 +03:00
|
|
|
palette = { version = "0.7.3", default-features = false, features = ["std"] }
|
2024-01-03 23:02:55 +03:00
|
|
|
pathfinder_color = "0.5"
|
2023-11-03 00:21:11 +03:00
|
|
|
rust-embed.workspace = true
|
|
|
|
serde.workspace = true
|
2024-01-07 16:14:21 +03:00
|
|
|
serde_json.workspace = true
|
2023-11-03 00:21:11 +03:00
|
|
|
simplelog = "0.9"
|
2023-11-09 22:41:26 +03:00
|
|
|
strum = { version = "0.25.0", features = ["derive"] }
|
2024-01-03 23:41:01 +03:00
|
|
|
theme = { path = "../theme", features = ["importing-themes"] }
|
2023-11-03 00:21:11 +03:00
|
|
|
uuid.workspace = true
|