lc-cli 0.1.3

LLM Client - A fast Rust-based LLM CLI tool with provider management and chat sessions
Documentation
1
2
3
4
5
6
7
8
# Cross compilation configuration for lc

[target.aarch64-unknown-linux-gnu]
# Use the official cross-rs Docker image
image = "ghcr.io/cross-rs/aarch64-unknown-linux-gnu:latest"

# Pass through environment variables for OpenSSL
env = { passthrough = ["OPENSSL_STATIC", "OPENSSL_DIR", "OPENSSL_INCLUDE_DIR", "OPENSSL_LIB_DIR"] }