This commit is contained in:
sergio
2026-05-10 21:58:16 +00:00
parent 3d55f189c0
commit c22d2480b9
36 changed files with 5158 additions and 363 deletions
Generated
+121 -1
View File
@@ -2884,6 +2884,19 @@ dependencies = [
"zbus 4.4.0",
]
[[package]]
name = "ente-incarnate"
version = "0.1.0"
dependencies = [
"anyhow",
"brahman-card",
"libc",
"nix 0.29.0",
"tempfile",
"thiserror 2.0.18",
"tracing",
]
[[package]]
name = "ente-journald-compat"
version = "0.0.1"
@@ -3023,7 +3036,7 @@ dependencies = [
"anyhow",
"ente-bus",
"ente-card",
"libc",
"ente-incarnate",
"nix 0.29.0",
"tracing",
]
@@ -6886,6 +6899,7 @@ dependencies = [
"nouser-nous",
"serde",
"serde_json",
"shipote-discern",
"sled",
"tempfile",
"thiserror 2.0.18",
@@ -9571,6 +9585,111 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "shipote-card"
version = "0.1.0"
dependencies = [
"brahman-card",
"serde",
"serde_json",
"thiserror 2.0.18",
"toml 0.8.23",
"ulid",
]
[[package]]
name = "shipote-cli"
version = "0.1.0"
dependencies = [
"anyhow",
"brahman-card",
"clap",
"serde_json",
"shipote-card",
"shipote-protocol",
"tokio",
"ulid",
]
[[package]]
name = "shipote-core"
version = "0.1.0"
dependencies = [
"anyhow",
"brahman-card",
"ente-incarnate",
"libc",
"nix 0.29.0",
"serde",
"serde_json",
"shipote-card",
"shipote-discern",
"tempfile",
"thiserror 2.0.18",
"tokio",
"tracing",
"ulid",
]
[[package]]
name = "shipote-daemon"
version = "0.1.0"
dependencies = [
"anyhow",
"brahman-card",
"brahman-sidecar",
"ente-incarnate",
"nix 0.29.0",
"shipote-card",
"shipote-core",
"shipote-discern",
"shipote-protocol",
"tokio",
"tracing",
"tracing-subscriber",
"ulid",
]
[[package]]
name = "shipote-discern"
version = "0.1.0"
dependencies = [
"brahman-card",
"serde",
"serde_json",
"toml 0.8.23",
]
[[package]]
name = "shipote-protocol"
version = "0.1.0"
dependencies = [
"brahman-card",
"nix 0.29.0",
"postcard",
"serde",
"shipote-card",
"thiserror 2.0.18",
"tokio",
"ulid",
]
[[package]]
name = "shipote-shell"
version = "0.1.0"
dependencies = [
"gpui",
"shipote-card",
"shipote-protocol",
"tokio",
"ulid",
"yahweh-launcher",
"yahweh-theme",
"yahweh-widget-app-header",
"yahweh-widget-banner",
"yahweh-widget-stat-card",
]
[[package]]
name = "shlex"
version = "1.3.0"
@@ -12999,6 +13118,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"notify",
"shipote-discern",
"tokio",
"yahweh-core",
]