2023-11-02 21:21:11 +00:00
|
|
|
[package]
|
|
|
|
name = "theme_importer"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-11-06 21:02:21 +00:00
|
|
|
publish = false
|
2024-01-27 12:51:16 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 16:40:30 +00:00
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2023-11-02 21:21:11 +00:00
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
2024-03-02 19:46:02 +00:00
|
|
|
clap = { workspace = true, features = ["derive"] }
|
2024-02-06 19:41:36 +00:00
|
|
|
gpui.workspace = true
|
2023-12-08 04:37:49 +00:00
|
|
|
indexmap = { version = "1.6.2", features = ["serde"] }
|
2023-11-02 21:21:11 +00:00
|
|
|
log.workspace = true
|
2024-02-27 21:29:27 +00:00
|
|
|
palette.workspace = true
|
2023-11-02 21:21:11 +00:00
|
|
|
rust-embed.workspace = true
|
2024-01-31 04:33:54 +00:00
|
|
|
schemars = { workspace = true, features = ["indexmap"] }
|
2023-11-02 21:21:11 +00:00
|
|
|
serde.workspace = true
|
2024-01-07 13:14:21 +00:00
|
|
|
serde_json.workspace = true
|
2024-02-02 17:09:05 +00:00
|
|
|
serde_json_lenient.workspace = true
|
2023-11-02 21:21:11 +00:00
|
|
|
simplelog = "0.9"
|
2023-11-09 19:41:26 +00:00
|
|
|
strum = { version = "0.25.0", features = ["derive"] }
|
2024-02-06 19:41:36 +00:00
|
|
|
theme.workspace = true
|
2024-01-29 02:55:40 +00:00
|
|
|
vscode_theme = "0.2.0"
|