Files
LACT/lact-cli/Cargo.toml
2025-02-01 20:37:14 +02:00

11 lines
250 B
TOML

[package]
name = "lact-cli"
version = "0.7.1"
edition = "2021"
[dependencies]
lact-client = { path = "../lact-client" }
lact-schema = { path = "../lact-schema", features = ["args"] }
anyhow = "1.0.79"
tokio = { workspace = true, features = ["rt"] }