1
0

fix: fix all build issue of lcrconn-cli

This commit is contained in:
2026-06-29 21:52:39 +08:00
parent bbd47006d4
commit 5bfdfb71c2
9 changed files with 673 additions and 640 deletions

10
kernel/Cargo.lock generated
View File

@@ -52,6 +52,12 @@ dependencies = [
"windows-sys",
]
[[package]]
name = "anyhow"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
[[package]]
name = "autocfg"
version = "1.5.1"
@@ -146,9 +152,11 @@ dependencies = [
name = "lcrconn-cli"
version = "1.0.0"
dependencies = [
"anyhow",
"clap",
"lcrconn",
"thiserror",
"strum",
"strum_macros",
]
[[package]]