Skip to content

Commit

Permalink
add missing cargo manifest fields
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Oct 4, 2024
1 parent 166150d commit d95f1ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "coinbase-mesh"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
description = "Models and APIs generated against the Coinbase Mesh specification"

[dependencies]
reqwest = { version = "^0.12", features = ["json", "multipart"] }
Expand Down

0 comments on commit d95f1ca

Please sign in to comment.