CFDP destination handler #62

Merged
muellerr merged 49 commits from cfdp-state-machines into main 2023-09-21 18:47:07 +02:00
Showing only changes of commit 143b0869a4 - Show all commits

View File

@ -26,7 +26,6 @@ default-features = false
[dependencies.crc]
version = "3"
optional = true
[dependencies.dyn-clone]
version = "1"
@ -96,7 +95,6 @@ std = [
"spacepackets/std",
"num_enum/std",
"thiserror",
"crc"
]
alloc = [
"serde/alloc",