diff options
| author | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-21 09:50:26 -0700 |
|---|---|---|
| committer | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-21 09:50:26 -0700 |
| commit | 50a45092eab7f7f6c1f701bffe40226dcb6eeaf9 (patch) | |
| tree | 80a79adb0dbf5b7e5b867d0752430deef4c6d9c5 /Cargo.toml | |
| parent | d0b78cc12bae1614829b92a96dbe1dbccfb0bcfb (diff) | |
Allow config path to be passed by argument
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |
