Skip to content

Commit 93cafff

Browse files
committed
feat: added dependency to clap in runtime_tracing_cli
1 parent ef05353 commit 93cafff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime_tracing_cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9+
clap = { version = "4.5.40", features = ["derive"] }
910
runtime_tracing.workspace = true

0 commit comments

Comments
 (0)