summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 94f2d9b..ee9dba2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,6 @@ readme = "README.md"
ctrlc = { version = "3.4", features = ["termination"] }
anyhow = "1"
etherparse = "0.18"
-chrono = { version = "0.4", default-features = false, features = ["clock"] }
[target.'cfg(target_os = "linux")'.dependencies]
nfq = { package = "nfq-updated", version = "0.2.6" } # nfq-updated: to us as_raw_fd
@@ -40,6 +39,7 @@ socket2 = { version = "0.6", features = ["all"] }
nix = { version = "0.27.1", features = ["fs", "poll", "user"] }
serde_json = "1.0.145"
daemonize = "0.5.0"
+libc = "0.2"
[target.'cfg(windows)'.dependencies]
windivert = { version = "0.6.0" }