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

View File

@@ -4,6 +4,8 @@ version = "1.0.0"
edition = "2024"
[dependencies]
thiserror = { workspace = true }
anyhow = "1.0.103"
lcrconn = { path="../lcrconn" }
clap = { version="4.5.48", features=["derive"]}
strum = "=0.28.0"
strum_macros = "=0.28.0"