zed/crates/assets/Cargo.toml

12 lines
202 B
TOML
Raw Normal View History

[package]
name = "assets"
version = "0.1.0"
edition = "2021"
2024-01-08 23:53:01 +00:00
publish = false
license = "GPL-3.0-or-later"
[dependencies]
anyhow.workspace = true
gpui = { path = "../gpui" }
rust-embed.workspace = true