28 lines
551 B
TOML
28 lines
551 B
TOML
[package]
|
|
name = "ui"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
theme = { path = "../theme" }
|
|
|
|
gpui.workspace = true
|
|
gpui-base.workspace = true
|
|
instant.workspace = true
|
|
serde.workspace = true
|
|
smallvec.workspace = true
|
|
anyhow.workspace = true
|
|
itertools.workspace = true
|
|
log.workspace = true
|
|
|
|
uuid = "1.10"
|
|
|
|
linkify = "0.10.0"
|
|
pulldown-cmark = "0.13.1"
|
|
regex = "1"
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
|
smol.workspace = true
|