summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf875d3..5a5dab8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,6 +38,7 @@ nfq = { package = "nfq-updated", version = "0.2.6" } # nfq-updated: to use as_ra
socket2 = { version = "0.6", features = ["all"] }
daemonize = "0.5.0"
libc = "0.2"
+thiserror = "2.0.18"
[target.'cfg(windows)'.dependencies]
windivert = { version = "0.6.0" }