From 8b0933870a7e1a10305761b8fe3b268c6f7bb674 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Mon, 20 Apr 2026 13:21:18 +0200 Subject: [PATCH] WIP: Replace IEEE1609dot2 with rasn-its TODO: And use rasn JER encoding --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 83292d5..d730c35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,7 @@ nom = { version = "7.1", default-features = false, features = ["alloc"] } arbitrary-int = { version = "2.0.0" } num = { version = "0.4", default-features = false } num-traits = { version = "0.2", default-features = false } +rasn-its = { version = "0.28.12" } # "json" feature dependencies serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }