Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5e6b6ad authored by Archie Pusaka's avatar Archie Pusaka
Browse files

floss: Add pdl-runtime dependency for hcidoc_packets

Starting from v0.2 pdl-compiler needs dependency to pdl-runtime.

Bug: 316267954
Test: m -j
Test: ./build.py --target=utils
Flag: EXEMPT floss only changes
Change-Id: Icef76a8c37a17a687ecc91c95f29cd6a421f186e
parent 7b9202d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,11 +26,11 @@ edition = "2018"
build = "build.rs"

[dependencies]

bindgen = "0.64"
bytes = "1.0"
num-derive = "0.3"
num-traits = "0.2"
pdl-runtime = "0.2"
thiserror = "1.0"
walkdir = "2.2"