mirror of
git://git.proxmox.com/git/proxmox-fuse.git
synced 2025-03-11 20:58:39 +03:00
build: add dev dep feature to regular dependency
it's needed for building because of (deb)cargo limitations, so we might as well put it there directly... Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
0e0966af88
commit
a96d1eb341
@ -12,7 +12,7 @@ exclude = [ "build", "debian" ]
|
||||
anyhow = "1.0"
|
||||
futures = "0.3"
|
||||
libc = "0.2"
|
||||
tokio = { version = "1.0", features = ["macros", "net", "signal"] }
|
||||
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "net", "signal"] }
|
||||
tokio-stream = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 11),
|
||||
librust-tokio-1+default-dev <!nocheck>,
|
||||
librust-tokio-1+macros-dev <!nocheck>,
|
||||
librust-tokio-1+net-dev <!nocheck>,
|
||||
librust-tokio-1+rt-multi-thread-dev <!nocheck>,
|
||||
librust-tokio-1+signal-dev <!nocheck>,
|
||||
librust-tokio-stream-0.1+default-dev <!nocheck>,
|
||||
libfuse3-dev <!nocheck>
|
||||
@ -31,6 +32,7 @@ Depends:
|
||||
librust-tokio-1+default-dev,
|
||||
librust-tokio-1+macros-dev,
|
||||
librust-tokio-1+net-dev,
|
||||
librust-tokio-1+rt-multi-thread-dev,
|
||||
librust-tokio-1+signal-dev,
|
||||
librust-tokio-stream-0.1+default-dev,
|
||||
libfuse3-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user