mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 06:05:19 +00:00
16 lines
341 B
TOML
16 lines
341 B
TOML
[package]
|
|
name = "ui2"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
chrono = "0.4"
|
|
gpui3 = { path = "../gpui3" }
|
|
serde.workspace = true
|
|
settings = { path = "../settings" }
|
|
smallvec.workspace = true
|
|
strum = { version = "0.25.0", features = ["derive"] }
|
|
theme = { path = "../theme" }
|
|
rand = "0.8"
|