mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
11 lines
250 B
TOML
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"] }
|