diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ 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 |
