Skip to content

Commit

Permalink
add support for port range
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Jan 15, 2025
1 parent 82f1c6a commit 3fc1961
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 107 deletions.
129 changes: 42 additions & 87 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion oryx-tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aya = "0.13"
oryx-common = { path = "../oryx-common" }
mio = { version = "1", features = ["os-poll", "os-ext"] }
itertools = "0.14"
dirs = "5"
dirs = "6"
kanal = "0.1.0-pre8"
mimalloc = "0.1"
clap = { version = "4", features = ["derive", "cargo"] }
Expand All @@ -28,6 +28,7 @@ log = "0.4"
env_logger = "0.11"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
regex = "1"

[[bin]]
name = "oryx"
Expand Down
Loading

0 comments on commit 3fc1961

Please sign in to comment.