wip: dock

This commit is contained in:
2024-11-26 14:51:35 +07:00
parent 91cec81f8b
commit f82b415c36
10 changed files with 317 additions and 11 deletions

View File

@@ -11,6 +11,8 @@ path = "src/main.rs"
[dependencies]
gpui.workspace = true
components.workspace = true
reqwest_client.workspace = true
tokio.workspace = true
nostr-sdk.workspace = true
keyring-search.workspace = true
@@ -18,7 +20,6 @@ keyring.workspace = true
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
reqwest_client.workspace = true
client = { version = "0.1.0", path = "../client" }
rust-embed = "8.5.0"