0
0
Fork 0

WIP feat: Add c-its-parser

TODO: Remove CAM again
This commit is contained in:
Jannik Beyerstedt 2026-04-25 16:39:39 +02:00
commit db4dffa7b3
6 changed files with 818 additions and 8 deletions

View file

@ -43,6 +43,17 @@ esp-radio = { version = "0.18.0", features = [
"sniffer",
] }
c-its-parser = { version = "2.1.0", default-features = false, features = [
"time",
"geo",
"libm",
"transport",
"mapem",
"spatem",
"cam", # TODO: for initial setup only
] }
crossbeam-queue = { version = "0.3.12", default-features = false, features = ["alloc"] }
# For fine tuning these settings, please refer to https://doc.rust-lang.org/cargo/reference/profiles.html
[profile.dev]