Skip to content

Commit 2fa538e

Browse files
committed
new: big refactoring to support multiple targets mode, requires polishing (ref #3)
1 parent a9043c9 commit 2fa538e

File tree

39 files changed

+710
-497
lines changed

39 files changed

+710
-497
lines changed

Cargo.lock

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ rlimit = "0.10.1"
2727
serde = { version = "1.0.188", features = ["serde_derive"] }
2828
serde_json = "1.0.107"
2929
tokio = { version = "1.32.0", features = ["full"] }
30+
itertools = "0.11.0"
3031
rand = "0.8.5"
3132
env_logger = "0.10.0"
3233
memory-stats = "1.1.0"
3334
human_bytes = "0.4.3"
35+
hex = "0.4.3"
36+
glob = "0.3.1"
37+
cidr-utils = "0.5.11"
3438
url = { version = "2.4.1", optional = true }
3539
regex = { version = "1.9.5", optional = true }
3640
reqwest = { version = "0.11.20", features = [
@@ -70,8 +74,6 @@ sibyl = { version = "0.6.16", optional = true, features = [
7074
"nonblocking",
7175
] }
7276
rdp-rs = { version = "0.1.0", optional = true }
73-
hex = "0.4.3"
74-
glob = "0.3.1"
7577
scylla = { version = "0.10.1", optional = true }
7678

7779
[dev-dependencies]

0 commit comments

Comments
 (0)