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