From 588a030803e970a5aeac72a17a637099eb601e16 Mon Sep 17 00:00:00 2001 From: Stas Kelvich Date: Mon, 31 May 2021 12:42:15 +0300 Subject: [PATCH] Clean up control_plane's Cargo.toml --- control_plane/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/control_plane/Cargo.toml b/control_plane/Cargo.toml index e82045dfe5..1a73736b4e 100644 --- a/control_plane/Cargo.toml +++ b/control_plane/Cargo.toml @@ -16,11 +16,8 @@ toml = "0.5" lazy_static = "1.4" regex = "1" anyhow = "1.0" -# hex = "0.4.3" bytes = "1.0.1" -# fs_extra = "1.2.0" nix = "0.20" -# thiserror = "1" url = "2.2.2" pageserver = { path = "../pageserver" }