From 5daf898b1440930c8976ef6032e29ec428854021 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 19 Jun 2024 14:42:15 +0200 Subject: [PATCH] access-control: cleanup comment in Cargo.toml Signed-off-by: Wolfgang Bumiller --- proxmox-access-control/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/proxmox-access-control/Cargo.toml b/proxmox-access-control/Cargo.toml index 8f50a074..155ee35e 100644 --- a/proxmox-access-control/Cargo.toml +++ b/proxmox-access-control/Cargo.toml @@ -10,8 +10,6 @@ exclude.workspace = true rust-version.workspace = true description = "A collection of utilities to implement access control management." -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] anyhow.workspace = true nix = { workspace = true, optional = true }