mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
This also renames the lte_parser crate to telcom_parser, since it'll handle any 2G or 3G parsing going forward.
11 lines
116 B
TOML
11 lines
116 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"lib",
|
|
"bin",
|
|
"serial",
|
|
"rootshell",
|
|
"telcom-parser",
|
|
]
|
|
resolver = "2"
|