]> git.proxmox.com Git - proxmox-backup.git/commitdiff
build: more missing features
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 5 Sep 2022 10:55:33 +0000 (12:55 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 5 Sep 2022 10:55:33 +0000 (12:55 +0200)
these would cause failures when building the sub-crates directly from
their sub-directory.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
pbs-fuse-loop/Cargo.toml
proxmox-file-restore/Cargo.toml
proxmox-rest-server/Cargo.toml

index c8056f3f4b19dabb550d1f74b3b587816e1f9727..57ca4d8043d1bca7fdf25dc5fa0f4693a2d3abbf 100644 (file)
@@ -13,7 +13,7 @@ libc = "0.2"
 nix = "0.24"
 log = "0.4"
 regex = "1.5"
-tokio = { version = "1.6", features = [] }
+tokio = { version = "1.6", features = ["io-util"] }
 
 proxmox-time = "1"
 proxmox-fuse = "0.1.3"
index 6ea66b0ad705bf1208477b9c44d1316720ac89d8..c3d8a6e4593e75a857436c923b6a8210a9f44de8 100644 (file)
@@ -24,7 +24,7 @@ proxmox-router = { version = "1.2.4", features = [ "cli" ] }
 proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
 proxmox-time = "1"
 proxmox-uuid = "1"
-proxmox-sys = "0.4"
+proxmox-sys = { version = "0.4", features = [ "logrotate" ] }
 
 pbs-api-types = { path = "../pbs-api-types" }
 pbs-buildcfg = { path = "../pbs-buildcfg" }
index 42c25acfda36aa1231fbbae21f689985126a68be..97400a2b82bba6a17dab924a3384352a28db6801 100644 (file)
@@ -40,4 +40,4 @@ proxmox-http = { version = "0.6.4", features = [ "client" ] }
 proxmox-router = "1.2.4"
 proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] }
 proxmox-time = "1"
-proxmox-sys = { version = "0.4", features = [ "logrotate" ] }
+proxmox-sys = { version = "0.4", features = [ "logrotate", "timer" ] }