mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 22:14:23 +00:00
20 lines
312 B
TOML
20 lines
312 B
TOML
|
[package]
|
||
|
name = "theme_extension"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/theme_extension.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
extension.workspace = true
|
||
|
fs.workspace = true
|
||
|
gpui.workspace = true
|
||
|
theme.workspace = true
|