about summary refs log tree commit diff
path: root/users/picnoir/tvix-daemon/Cargo.toml
blob: 2aca99f201a8de0468da15a0a1ee9471625755a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tvix-daemon"
version = "0.1.0"
edition = "2021"

[dependencies]
nix-compat = { path = "../../../tvix/nix-compat", features = ["wire"] }
tokio-listener = "0.3.1"
tokio = { version = "1.36.0", features = ["full"] }
tracing-subscriber = "0.3.18"
tracing = "0.1.40"
clap = { version = "4.5.3", features = ["derive", "env"] }

[dev-dependencies]
tokio-test = "0.4.4"