More reorganization, renamed to Wave Hunter

This commit is contained in:
Will Greenberg
2023-12-13 16:51:21 -08:00
parent 69d40a766a
commit 557de415d7
7 changed files with 65 additions and 45 deletions
Generated
+15 -15
View File
@@ -197,21 +197,6 @@ dependencies = [
"syn 1.0.109",
]
[[package]]
name = "diag"
version = "0.1.0"
dependencies = [
"bytes",
"chrono",
"crc",
"deku",
"env_logger",
"libc",
"log",
"pcap-file",
"thiserror",
]
[[package]]
name = "env_logger"
version = "0.10.1"
@@ -596,6 +581,21 @@ version = "0.2.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
[[package]]
name = "wavehunter"
version = "0.1.0"
dependencies = [
"bytes",
"chrono",
"crc",
"deku",
"env_logger",
"libc",
"log",
"pcap-file",
"thiserror",
]
[[package]]
name = "winapi"
version = "0.3.9"