mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-17 16:34:54 -05:00
11 lines
250 B
TOML
11 lines
250 B
TOML
[package]
|
|
name = "lact-cli"
|
|
version = "0.9.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
lact-client = { path = "../lact-client" }
|
|
lact-schema = { path = "../lact-schema", features = ["args"] }
|
|
anyhow = "1.0.79"
|
|
tokio = { workspace = true, features = ["rt"] }
|