diff --git a/Cargo.lock b/Cargo.lock index 62aab2bec95b18315f7f16be8629d856f806521c..2362667252c6c16fbacfb184456ee613af573287 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 47c2c958fadea3440d5ca13891580719bea6ba04..cc58550ecd88cd62b008c31bcd7c22e573ec7341 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"