diff options
Diffstat (limited to 'tvix/nix-compat/Cargo.toml')
-rw-r--r-- | tvix/nix-compat/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index daa718f43600..8056409428fb 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -4,7 +4,10 @@ version = "0.1.0" edition = "2021" [features] -async = ["futures-util", "tokio", "pin-project-lite"] +# async NAR writer +async = ["futures-util"] +# code emitting low-level packets used in the daemon protocol. +wire = ["tokio", "pin-project-lite"] [dependencies] bitflags = "2.4.1" |