diff options
-rw-r--r-- | tvix/nix-compat/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index 674734a0e9d6..ebec6d937da9 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -9,6 +9,9 @@ async = ["tokio"] # code emitting low-level packets used in the daemon protocol. wire = ["tokio", "pin-project-lite"] +# Enable all features by default. +default = ["async", "wire"] + [dependencies] bitflags = "2.4.1" bstr = { version = "1.6.0", features = ["alloc", "unicode", "serde"] } |