From 36a6eba885556504895d4264d9cd172732709a48 Mon Sep 17 00:00:00 2001 From: Seungmin Jeon Date: Thu, 15 Sep 2022 22:31:34 +0900 Subject: [PATCH] Add dependency --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1b4c2ad..4b56c32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,9 @@ edition = "2021" [dependencies] anyhow = "1.0.64" +clap = { version = "3.2.20", features = ["derive"] } +etrace = "1.1.1" +itertools = "0.10.3" +lazy_static = "1.4.0" pest = "2.3.0" pest_derive = "2.3.0"