From a2117085b26557a27e8068c6caa4037e2f9f1a7f Mon Sep 17 00:00:00 2001 From: diogo464 Date: Mon, 7 Feb 2022 09:09:57 +0000 Subject: snapshot --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ce22ac1..ea24a57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +ansi_term = "0.12.1" anyhow = "1.0.53" clap = { version = "3.0.14", features = ["derive"] } serde = { version = "1.0.136", features = ["derive"] } -- cgit