From 23c6195d83d4cc09545468982dda92c549d4a877 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 1 Dec 2022 00:11:56 +0100 Subject: fancy colours --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8fdd38e..3d7507c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,10 @@ protobuf-codegen = "3.2" [dependencies] protobuf = "3.2" protobuf-json-mapping = "3.2" +protobuf-support = "3.2" reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false } tokio = { version = "1", features = ["full"] } clap = { version = "4", features = ["derive"] } miette = { version = "5", features = ["fancy"] } +owo-colors = "3.5" -- cgit v1.2.3