Skip to content

Commit 49073d9

Browse files
committed
Ship Vortex CLI as part of Vortex Python
Signed-off-by: Nicholas Gates <[email protected]>
1 parent 5924e43 commit 49073d9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@ vortex-zstd = { version = "0.1.0", path = "./encodings/zstd", default-features =
280280

281281
# No version constraints for unpublished crates.
282282
vortex-bench = { path = "./vortex-bench", default-features = false }
283-
vortex-tui = { path = "./vortex-tui" }
284283
vortex-cuda = { path = "./vortex-cuda", default-features = false }
285284
vortex-cuda-macros = { path = "./vortex-cuda/macros" }
286285
vortex-duckdb = { path = "./vortex-duckdb", default-features = false }
287286
vortex-test-e2e = { path = "./vortex-test/e2e", default-features = false }
288287
vortex-test-e2e-cuda = { path = "./vortex-test/e2e-cuda", default-features = false }
288+
vortex-tui = { path = "./vortex-tui" }
289289

290290
[workspace.dependencies.getrandom_v03]
291291
features = ["wasm_js"]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
3+
4+
def launch(args: list[str]) -> None: ...

0 commit comments

Comments
 (0)