web build

This commit is contained in:
2026-07-16 14:06:58 +07:00
parent 4b57a1d2a6
commit c69cd6cf7a
28 changed files with 348 additions and 17 deletions

36
Cargo.lock generated
View File

@@ -1458,7 +1458,6 @@ dependencies = [
"chat",
"chat_ui",
"common",
"core-text",
"device",
"futures",
"gpui",
@@ -1467,7 +1466,6 @@ dependencies = [
"gpui_platform",
"gpui_tokio",
"gpui_windows",
"indexset",
"itertools 0.13.0",
"log",
"nostr-connect",
@@ -1486,6 +1484,7 @@ dependencies = [
"tracing-subscriber",
"ui",
"webbrowser",
"workspace",
]
[[package]]
@@ -1523,6 +1522,7 @@ dependencies = [
"ui",
"wasm-bindgen",
"webbrowser",
"workspace",
]
[[package]]
@@ -9088,6 +9088,38 @@ version = "0.57.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
[[package]]
name = "workspace"
version = "1.0.0-beta5"
dependencies = [
"anyhow",
"auto_update",
"chat",
"chat_ui",
"common",
"device",
"futures",
"gpui",
"indexset",
"itertools 0.13.0",
"log",
"nostr-connect",
"nostr-sdk",
"oneshot",
"person",
"relay_auth",
"serde",
"serde_json",
"settings",
"smallvec",
"smol",
"state",
"theme",
"tracing-subscriber",
"ui",
"webbrowser",
]
[[package]]
name = "writeable"
version = "0.6.3"