diff --git a/.idea/runConfigurations/Run.xml b/.idea/runConfigurations/Run.xml new file mode 100644 index 0000000..9f99c6e --- /dev/null +++ b/.idea/runConfigurations/Run.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index fc66344..fb0ba81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,7 +639,6 @@ name = "spacepackets" version = "0.1.0" dependencies = [ "crc", - "deku", "delegate", "num", "postcard", diff --git a/spacepackets/Cargo.toml b/spacepackets/Cargo.toml index d1ac47c..6d66642 100644 --- a/spacepackets/Cargo.toml +++ b/spacepackets/Cargo.toml @@ -9,7 +9,6 @@ edition = "2021" num = "0.4" postcard = { version = "0.7.3", features = ["use-std"] } serde = "1.0.137" -deku = "0.13" zerocopy = "0.6.1" crc = "3.0.0" delegate = "0.7.0"