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-27 15:51:16 +03:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 19:40:30 +03:00
|
|
|
|
2024-03-05 20:01:17 +03:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2023-11-03 00:21:11 +03:00
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
2024-03-02 22:46:02 +03:00
|
|
|
clap = { workspace = true, features = ["derive"] }
|
2024-02-06 22:41:36 +03:00
|
|
|
gpui.workspace = true
|
2024-06-11 22:31:55 +03:00
|
|
|
indexmap.workspace = true
|
2023-11-03 00:21:11 +03:00
|
|
|
log.workspace = true
|
2024-02-28 00:29:27 +03:00
|
|
|
palette.workspace = true
|
2023-11-03 00:21:11 +03:00
|
|
|
rust-embed.workspace = true
|
2024-01-31 07:33:54 +03:00
|
|
|
schemars = { workspace = true, features = ["indexmap"] }
|
2023-11-03 00:21:11 +03:00
|
|
|
serde.workspace = true
|
2024-01-07 16:14:21 +03:00
|
|
|
serde_json.workspace = true
|
2024-02-02 20:09:05 +03:00
|
|
|
serde_json_lenient.workspace = true
|
2024-07-12 01:04:46 +03:00
|
|
|
simplelog.workspace= true
|
2024-07-26 04:30:48 +03:00
|
|
|
strum = { workspace = true, features = ["derive"] }
|
2024-02-06 22:41:36 +03:00
|
|
|
theme.workspace = true
|
2024-01-29 05:55:40 +03:00
|
|
|
vscode_theme = "0.2.0"
|