mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
c065f283aa
Also, move assets folder to the top-level. Co-authored-by: Keith Simmons <keith@zed.dev>
15 lines
235 B
TOML
15 lines
235 B
TOML
[package]
|
|
name = "assets"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/assets.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
gpui = { path = "../gpui" }
|
|
anyhow = "1.0.38"
|
|
rust-embed = { version = "6.3", features = ["include-exclude"] }
|
|
|