summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSerguey Parkhomovsky <xindigo@gmail.com>2026-03-21 09:50:26 -0700
committerSerguey Parkhomovsky <xindigo@gmail.com>2026-03-21 09:50:26 -0700
commit50a45092eab7f7f6c1f701bffe40226dcb6eeaf9 (patch)
tree80a79adb0dbf5b7e5b867d0752430deef4c6d9c5 /Cargo.toml
parentd0b78cc12bae1614829b92a96dbe1dbccfb0bcfb (diff)
Allow config path to be passed by argument
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 577883b..6ff2549 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,4 @@ serde_json = "1.0.149"
axum = "0.8.8"
tracing = "0.1"
tracing-subscriber = "0.3.23"
+clap = { version = "4", features = ["derive"] }