mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 07:59:59 -07:00
This also renames the lte_parser crate to telcom_parser, since it'll handle any 2G or 3G parsing going forward.
16 lines
396 B
TOML
16 lines
396 B
TOML
[package]
|
|
name = "telcom-parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
asn1-compiler = "0.6.1"
|
|
asn1-codecs = "0.6.1"
|
|
asn1_codecs_derive = "0.6.1"
|
|
bitvec = { version = "1.0", features = ["serde"] }
|
|
log = "0.4"
|
|
thiserror = "1.0.56"
|
|
serde = { version = "1.0.196", features = ["derive"] }
|