]> git.proxmox.com Git - pve-installer.git/commitdiff
add top-level cargo wrokspace
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 09:16:07 +0000 (11:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 19 Jun 2023 10:19:37 +0000 (12:19 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Cargo.toml [new file with mode: 0644]

diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644 (file)
index 0000000..fd151ba
--- /dev/null
@@ -0,0 +1,5 @@
+[workspace]
+members = [
+    "proxmox-tui-installer",
+]
+