tvl-depot/users/picnoir/tvix-daemon/Cargo.toml
Picnoir 32724d28ee feat(users/picnoir/tvix-daemon): add log verbosity flag
Adding a verbosity flag available through the CLI/ENV variable.

Change-Id: If04cc2e6e26e7cb3c2df7821fce222da2b85a95a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11349
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-04-03 11:32:50 +00:00

16 lines
400 B
TOML

[package]
name = "tvix-daemon"
version = "0.1.0"
edition = "2021"
[dependencies]
nix-compat = { path = "../../../tvix/nix-compat/", features = ["async"] }
tokio-listener = "0.3.1"
tokio = { version = "1.36.0", features = ["full"] }
tracing-subscriber = "0.3.18"
tracing = "0.1.40"
anyhow = "1.0.81"
clap = { version = "4.5.3", features = ["derive", "env"] }
[dev-dependencies]
tokio-test = "0.4.4"