WIP feat: Add c-its-parser
TODO: Remove CAM again
This commit is contained in:
parent
c589605407
commit
db4dffa7b3
6 changed files with 818 additions and 8 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue