We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97641c commit 84df27bCopy full SHA for 84df27b
‎Cargo.toml‎
@@ -1,6 +1,6 @@
1
[package]
2
name = "cli"
3
-version = "2.0.0"
+version = "2.0.1"
4
edition = "2021"
5
license = "BSL-1.0"
6
description = "CLI for ADI family components - component installer and manager"
@@ -52,6 +52,9 @@ lib-env-parse = { path = "../lib/lib-env-parse" }
52
# Daemon core (process management, lifecycle, PID files)
53
lib-daemon-core = { path = "../lib/lib-daemon-core" }
54
55
+# Daemon client (IPC protocol, client)
56
+lib-daemon-client = { path = "../lib/lib-daemon-client" }
57
+
58
# Zero-copy serialization for IPC
59
rkyv = { version = "0.8" }
60
0 commit comments