From 200cf58e04f003675c8b8aeaf0c01dd0801c51b7 Mon Sep 17 00:00:00 2001 From: Geoffrey Arthaud <geoffrey.arthaud@developpement-durable.gouv.fr> Date: Tue, 27 Feb 2024 18:10:42 +0100 Subject: [PATCH] Temporary re-add atty --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 62aab2b..2362667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,6 +704,7 @@ dependencies = [ name = "gitlab-project-doctor" version = "0.4.0-dev" dependencies = [ + "atty", "chrono", "console", "derive_builder 0.20.0", diff --git a/Cargo.toml b/Cargo.toml index 47c2c95..cc58550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +atty = "0.2.14" chrono = "0.4.34" console = "0.15.2" derive_builder = "0.20.0" -- GitLab