build: add cbindgen to regular dependencies

so that it gets properly included in d/control

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2023-01-19 11:14:10 +01:00
parent 39adea972d
commit 97c4f5891c
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@ cbindgen = "0.24.0"
[dependencies]
anyhow = "1.0"
bytes = "1.0"
# only so cargo-fairy picks it up..
cbindgen = "0.24.0"
futures = "0.3"
hex = "0.4.3"
h2 = { version = "0.3", features = [ "stream" ] }

1
debian/control vendored
View File

@ -9,6 +9,7 @@ Build-Depends: cbindgen,
librust-bincode-1+default-dev,
librust-bitflags-1+default-dev (>= 1.2.1-~~),
librust-bytes-1+default-dev,
librust-cbindgen-0.24+default-dev,
librust-crc32fast-1+default-dev,
librust-endian-trait-0.6+arrays-dev,
librust-endian-trait-0.6+default-dev,