summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0082d0a..25081c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,9 +38,11 @@ nfq = { package = "nfq-updated", version = "0.2.6" } # nfq-updated: to us as_raw
socket2 = { version = "0.6", features = ["all"] }
nix = { version = "0.27.1", features = ["fs", "poll"] }
serde_json = "1.0.145"
+daemonize = "0.5.0"
[target.'cfg(windows)'.dependencies]
windivert = { version = "0.6.0" }
+windows-services = "0.26"
[build-dependencies]
winres = "0.1"
@@ -61,4 +63,4 @@ bench = []
[[bench]]
name = "hoptab_bench"
harness = false
-required-features = ["bench"] \ No newline at end of file
+required-features = ["bench"]