diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 76d76f01c8..2200006b82 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -76,6 +76,6 @@ testutils = { workspace = true } [features] default = ["watchman"] bench = ["dep:criterion"] -packaging = [] +packaging = ["watchman"] vendored-openssl = ["git2/vendored-openssl", "jj-lib/vendored-openssl"] watchman = ["jj-lib/watchman"]