mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
13 lines
256 B
TOML
13 lines
256 B
TOML
[package]
|
|
name = "lact-client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
lact-schema = { path = "../lact-schema" }
|
|
anyhow = "1.0.68"
|
|
nix = { version = "0.26.1", default-features = false }
|
|
serde = "1.0.152"
|
|
tracing = "0.1.37"
|
|
serde_json = "1.0.91"
|