antarctic-obscurity/Cargo.toml

14 lines
388 B
TOML

[package]
name = "antarctic-obscurity"
version = "0.1.0"
authors = ["osmarks <osmarks@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
radiotap = "=2.0.0-beta.1"
pcap = "0.8"
eyre = "0.6"
stable-eyre = "0.2"
int-enum = { version = "0.4", default-features = false, features = ["convert"] }