Files
rayhunter/Cargo.toml
Will Greenberg 5d7caba1a6 Minimal version of the LTE downgrade analyzer
This also renames the lte_parser crate to telcom_parser, since it'll
handle any 2G or 3G parsing going forward.
2024-02-13 17:03:06 -08:00

11 lines
116 B
TOML

[workspace]
members = [
"lib",
"bin",
"serial",
"rootshell",
"telcom-parser",
]
resolver = "2"