Skip to content

Commit

Permalink
wip: Integrate leak-checker in daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
hulthe committed Dec 12, 2024
1 parent 04d9e43 commit 21cbfeb
Show file tree
Hide file tree
Showing 20 changed files with 1,079 additions and 495 deletions.
6 changes: 6 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ hickory-server = { version = "0.24.2", features = ["resolver"] }
tokio = { version = "1.8" }
parity-tokio-ipc = "0.9"
futures = "0.3.15"

# Tonic and related crates
tonic = "0.12.3"
tonic-build = { version = "0.10.0", default-features = false }
Expand All @@ -139,6 +140,7 @@ serde = "1.0.204"
serde_json = "1.0.122"

ipnetwork = "0.20"
socket2 = "0.5.7"

# Test dependencies
proptest = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion leak-checker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ clap = { version = "*", features = ["derive"] }
tokio = { workspace = true, features = ["full"] }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.29.0", features = ["net"] }
nix = { version = "0.29.0", features = ["net", "socket", "uio"] }

[target.'cfg(windows)'.dependencies]
windows-sys.workspace = true
Expand Down
Loading

0 comments on commit 21cbfeb

Please sign in to comment.