Private
Public Access
1
0

kptui: organize client code into kordophoned-client

This commit is contained in:
2025-12-14 18:06:14 -08:00
parent 68bb94aa0b
commit fc69c387c5
13 changed files with 661 additions and 609 deletions

20
core/Cargo.lock generated
View File

@@ -1315,6 +1315,19 @@ dependencies = [
"xpc-connection-sys",
]
[[package]]
name = "kordophoned-client"
version = "0.1.0"
dependencies = [
"anyhow",
"block",
"dbus",
"dbus-codegen",
"log",
"xpc-connection",
"xpc-connection-sys",
]
[[package]]
name = "kpcli"
version = "0.1.0"
@@ -1347,16 +1360,11 @@ name = "kptui"
version = "0.1.0"
dependencies = [
"anyhow",
"block",
"crossterm",
"dbus",
"dbus-codegen",
"log",
"kordophoned-client",
"ratatui",
"time",
"unicode-width 0.2.0",
"xpc-connection",
"xpc-connection-sys",
]
[[package]]