Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m44s
Rust / build (macos-latest, stable) (push) Has been cancelled
Rust / build (windows-latest, stable) (push) Has been cancelled
Fix: https://jumble.social/notes/nevent1qvzqqqqqqypzqwlsccluhy6xxsr6l9a9uhhxf75g85g8a709tprjcn4e42h053vaqyvhwumn8ghj7un9d3shjtnjv4ukztnnw5hkjmnzdauqzrnhwden5te0dehhxtnvdakz7qpqpj4awhj4ul6tztlne0v7efvqhthygt0myrlxslpsjh7t6x4esapq3lf5c0 Reviewed-on: #15
33 lines
682 B
TOML
33 lines
682 B
TOML
[package]
|
|
name = "chat_ui"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
state = { path = "../state" }
|
|
ui = { path = "../ui" }
|
|
theme = { path = "../theme" }
|
|
common = { path = "../common" }
|
|
person = { path = "../person" }
|
|
chat = { path = "../chat" }
|
|
settings = { path = "../settings" }
|
|
|
|
gpui.workspace = true
|
|
gpui_tokio.workspace = true
|
|
|
|
nostr-sdk.workspace = true
|
|
anyhow.workspace = true
|
|
itertools.workspace = true
|
|
smallvec.workspace = true
|
|
smol.workspace = true
|
|
flume.workspace = true
|
|
log.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
once_cell = "1.19.0"
|
|
regex = "1"
|
|
linkify = "0.10.0"
|
|
pulldown-cmark = "0.13.1"
|