24 lines
421 B
TOML
24 lines
421 B
TOML
[package]
|
|
name = "ui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
smol.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
smallvec.workspace = true
|
|
anyhow.workspace = true
|
|
itertools.workspace = true
|
|
chrono.workspace = true
|
|
nostr-sdk.workspace = true
|
|
|
|
paste = "1"
|
|
regex = "1"
|
|
unicode-segmentation = "1.11.0"
|
|
uuid = "1.10"
|
|
once_cell = "1.19.0"
|
|
image = "0.25.1"
|