diff --git a/examples/timeline/Cargo.toml b/examples/timeline/Cargo.toml index 1ea95336b..4fb7f8a00 100644 --- a/examples/timeline/Cargo.toml +++ b/examples/timeline/Cargo.toml @@ -10,7 +10,7 @@ test = false [dependencies] anyhow = "1" -clap = "4.0.16" +clap = { version = "4.0.16", features = ["derive"] } futures-util = "0.3" tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] } tracing-subscriber = "0.3.15"