mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-30 09:29:58 -07:00
16 lines
278 B
TOML
16 lines
278 B
TOML
[package]
|
|
name = "diag"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bytes = "1.5.0"
|
|
crc = "3.0.1"
|
|
deku = "0.16.0"
|
|
libc = "0.2.150"
|
|
pcap-file = "2.0.0"
|
|
thiserror = "1.0.50"
|
|
|