]> git.proxmox.com Git - proxmox-backup.git/commitdiff
add pbs-api-types to Cargo.toml
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 9 Dec 2022 10:49:59 +0000 (11:49 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 12 Dec 2022 08:05:27 +0000 (09:05 +0100)
else the next commit would drop its dependencies for d/control generation.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Cargo.toml

index 00e736b8a92a30c1eee8c34c5a994ccf5b036254..ab3b075ae4da3f4b0aef6f30cd15cc58554459fc 100644 (file)
@@ -28,6 +28,7 @@ exclude = [ "build", "debian", "tests/catar_data/test_symlink/symlink1"]
 
 [workspace]
 members = [
+    "pbs-api-types",
     "pbs-buildcfg",
     "pbs-client",
     "pbs-config",