From 2d8f513a21aa122af1a2e479868df00e7933ee9f Mon Sep 17 00:00:00 2001
From: Wolfgang Bumiller <w.bumiller@proxmox.com>
Date: Mon, 4 Oct 2021 15:29:46 +0200
Subject: [PATCH] add back .buildbot.yml

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
---
 .buildbot.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .buildbot.yml

diff --git a/.buildbot.yml b/.buildbot.yml
new file mode 100644
index 0000000..a25ce7c
--- /dev/null
+++ b/.buildbot.yml
@@ -0,0 +1,8 @@
+# d/control is autogenerated and does not pick up the *example* dependencies as
+# they are not required to build the debian package, but for our buildbot build
+# call we need them
+dependencies:
+- librust-tokio-dev
+- librust-tokio+fs-dev
+- librust-tokio+macros-dev
+- librust-tokio+rt-multi-thread-dev