summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 42e6f09..54cff9c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,5 @@ edition = "2021"
fantoccini = "0.19.3"
tokio = { version = "1", features = ["full"] }
log = "0.4"
-pretty_env_logger = "0.4" \ No newline at end of file
+pretty_env_logger = "0.4"
+clap = { version = "4.3.11", features = ["derive"] }