mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-04 16:07:54 +00:00
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:
parent
39adea972d
commit
97c4f5891c
@ -21,6 +21,8 @@ cbindgen = "0.24.0"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
bytes = "1.0"
|
bytes = "1.0"
|
||||||
|
# only so cargo-fairy picks it up..
|
||||||
|
cbindgen = "0.24.0"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
h2 = { version = "0.3", features = [ "stream" ] }
|
h2 = { version = "0.3", features = [ "stream" ] }
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -9,6 +9,7 @@ Build-Depends: cbindgen,
|
|||||||
librust-bincode-1+default-dev,
|
librust-bincode-1+default-dev,
|
||||||
librust-bitflags-1+default-dev (>= 1.2.1-~~),
|
librust-bitflags-1+default-dev (>= 1.2.1-~~),
|
||||||
librust-bytes-1+default-dev,
|
librust-bytes-1+default-dev,
|
||||||
|
librust-cbindgen-0.24+default-dev,
|
||||||
librust-crc32fast-1+default-dev,
|
librust-crc32fast-1+default-dev,
|
||||||
librust-endian-trait-0.6+arrays-dev,
|
librust-endian-trait-0.6+arrays-dev,
|
||||||
librust-endian-trait-0.6+default-dev,
|
librust-endian-trait-0.6+default-dev,
|
||||||
|
Loading…
Reference in New Issue
Block a user