Co-authored-by: Wolfgang Bumiller <w.bumil...@proxmox.com> Signed-off-by: Stefan Hanreich <s.hanre...@proxmox.com> --- Cargo.toml | 1 + proxmox-nftables/Cargo.toml | 16 ++++++++++++++++ proxmox-nftables/src/lib.rs | 0 3 files changed, 17 insertions(+) create mode 100644 proxmox-nftables/Cargo.toml create mode 100644 proxmox-nftables/src/lib.rs
diff --git a/Cargo.toml b/Cargo.toml index a8d33ab..877f103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [workspace] members = [ "proxmox-ve-config", + "proxmox-nftables", ] diff --git a/proxmox-nftables/Cargo.toml b/proxmox-nftables/Cargo.toml new file mode 100644 index 0000000..764e231 --- /dev/null +++ b/proxmox-nftables/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "proxmox-nftables" +version = "0.1.0" +edition = "2021" +authors = [ + "Wolfgang Bumiller <w.bumil...@proxmox.com>", + "Stefan Hanreich <s.hanre...@proxmox.com>", + "Proxmox Support Team <supp...@proxmox.com>", +] +description = "Proxmox VE nftables" +license = "AGPL-3" + +[dependencies] +log = "0.4" + +proxmox-ve-config = { path = "../proxmox-ve-config", optional = true } diff --git a/proxmox-nftables/src/lib.rs b/proxmox-nftables/src/lib.rs new file mode 100644 index 0000000..e69de29 -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel