Files
rayhunter/Cargo.toml
Will Greenberg 97678bf8ca lte-parser: add autogenerated parser for LTE RRC messages
This crate's code is nearly entirely autogenerated using an ASN.1
parsing tool called hampi. The code in src/lte_rrc.rs shouldn't be
manually modified, and should only be regenerated using hampi (or a
similar tool).
2024-02-13 17:03:06 -08:00

11 lines
113 B
TOML

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