Implement the headless SSH server

This commit is contained in:
2026-07-19 20:35:02 +02:00
parent 92a942d52f
commit 45cb0cd502
26 changed files with 4226 additions and 55 deletions

View File

@@ -7,6 +7,7 @@ license.workspace = true
[dependencies]
bds-core = { workspace = true }
bds-editor = { workspace = true }
bds-server = { workspace = true }
iced = { workspace = true }
muda = { workspace = true }
rfd = { workspace = true }
@@ -38,11 +39,12 @@ winresource = "0.1"
product-name = "Blogging Desktop Server"
identifier = "de.rfc1437.ruds"
description = "A desktop application for writing and publishing static blogs."
before-packaging-command = "cargo build --release -p bds-ui -p bds-cli -p bds-mcp"
before-packaging-command = "cargo build --release -p bds-ui -p bds-cli -p bds-mcp -p bds-server"
binaries = [
{ path = "bds-ui", main = true },
{ path = "bds-cli" },
{ path = "bds-mcp" },
{ path = "bds-server" },
]
deep-link-protocols = [{ schemes = ["ruds"] }]
icons = [