Skip to content

Commit 3fc1961

Browse files
committed
add support for port range
1 parent 82f1c6a commit 3fc1961

File tree

3 files changed

+81
-107
lines changed

3 files changed

+81
-107
lines changed

Cargo.lock

+42-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oryx-tui/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aya = "0.13"
1818
oryx-common = { path = "../oryx-common" }
1919
mio = { version = "1", features = ["os-poll", "os-ext"] }
2020
itertools = "0.14"
21-
dirs = "5"
21+
dirs = "6"
2222
kanal = "0.1.0-pre8"
2323
mimalloc = "0.1"
2424
clap = { version = "4", features = ["derive", "cargo"] }
@@ -28,6 +28,7 @@ log = "0.4"
2828
env_logger = "0.11"
2929
serde_json = "1"
3030
serde = { version = "1", features = ["derive"] }
31+
regex = "1"
3132

3233
[[bin]]
3334
name = "oryx"

0 commit comments

Comments
 (0)