remove deku depndency from spacepackets crate

This commit is contained in:
Robin Müller 2022-06-18 19:55:17 +02:00
parent 921f82fb73
commit ac7a295c37
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
3 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,18 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Run" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="command" value="run" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="emulateTerminal" value="false" />
<option name="withSudo" value="false" />
<option name="backtrace" value="SHORT" />
<envs />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
</configuration>
</component>

1
Cargo.lock generated
View File

@ -639,7 +639,6 @@ name = "spacepackets"
version = "0.1.0"
dependencies = [
"crc",
"deku",
"delegate",
"num",
"postcard",

View File

@ -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"