mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
22 lines
356 B
TOML
22 lines
356 B
TOML
|
[package]
|
||
|
name = "file_icons"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
license = "GPL-3.0-or-later"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[lib]
|
||
|
path = "src/file_icons.rs"
|
||
|
doctest = false
|
||
|
|
||
|
[dependencies]
|
||
|
gpui.workspace = true
|
||
|
util.workspace = true
|
||
|
serde.workspace = true
|
||
|
serde_derive.workspace = true
|
||
|
serde_json.workspace = true
|
||
|
collections.workspace = true
|