mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
15 lines
329 B
TOML
15 lines
329 B
TOML
[package]
|
|
name = "theme"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
gpui = { path = "../gpui" }
|
|
anyhow = "1.0.38"
|
|
indexmap = "1.6.2"
|
|
parking_lot = "0.11.1"
|
|
serde = { version = "1", features = ["derive", "rc"] }
|
|
serde_json = { version = "1.0.64", features = ["preserve_order"] }
|
|
serde_path_to_error = "0.1.4"
|
|
toml = "0.5"
|