Skip to content

Commit

Permalink
Fix poorly cleaned up clap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh committed Feb 15, 2024
1 parent c6302c6 commit c43fd33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/pokemon-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["Smithy-rs Server Team <smithy-rs-server@amazon.com>"]
description = "A smithy Rust service to retrieve information about Pokémon."

[dependencies]
clap = { version = "4", features = ["derive"] }
http = "0.2"
hyper = { version = "0.14.26", features = ["server"] }
tokio = "1.26.0"
Expand Down

0 comments on commit c43fd33

Please sign in to comment.