zed/crates/assets/Cargo.toml

15 lines
295 B
TOML
Raw Normal View History

[package]
name = "assets"
version = "0.1.0"
edition = "2021"
2024-01-09 02:53:01 +03:00
publish = false
license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gpui = {path = "../gpui"}
rust-embed.workspace = true
anyhow.workspace = true